🔶 fix passed time converter function

This commit is contained in:
geoffrey45
2022-04-08 21:01:36 +03:00
parent 6cd982c8ee
commit 6e360fcdac
4 changed files with 73 additions and 10 deletions
-1
View File
@@ -3,7 +3,6 @@ Contains all the models for objects generation and typing.
"""
from dataclasses import dataclass, field
from datetime import date
from typing import List
from app import api
from app import settings