Skip to content

Commit

Permalink
remove erroneous comments from build phase
Browse files Browse the repository at this point in the history
  • Loading branch information
DGaffney committed Sep 12, 2023
1 parent d5bf172 commit 6d107c0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/http.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# from lib import schemas
# from lib.queue.worker import QueueWorker
# queue = QueueWorker.create("audio__Model")
# queue.push_message("audio__Model", schemas.Message(body={'callback_url': 'http://alegre:3100/presto/receive/add_item/audio', 'id': 123, 'url':'http://devingaffney.com/files/blah.mp3', 'text': None, 'raw': {'doc_id': 123, 'url': 'http://devingaffney.com/files/blah.mp3'}}))
import json
import datetime
from typing import Any, Dict
Expand Down

0 comments on commit 6d107c0

Please sign in to comment.