debug code removed (#105)

Co-authored-by: Igor Lobanov <igor.lobanov@onetwotrip.com>
This commit is contained in:
Ilya Y
2023-11-06 12:03:04 +03:00
committed by GitHub
parent 0da4e110c1
commit 2679b2c873

View File

@@ -86,7 +86,6 @@ async def load_shout(_, info, slug=None, shout_id=None):
test_shout = json.load(json_file)["data"]["loadShout"]
test_shout["createdAt"] = datetime.fromisoformat(test_shout["createdAt"])
test_shout["publishedAt"] = datetime.fromisoformat(test_shout["publishedAt"])
print(test_shout)
return test_shout
with local_session() as session: