feat(backend): Add Rich for Development Logging

This commit is contained in:
hay-kot
2021-08-07 15:13:42 -08:00
parent 9386cc320b
commit cb85b14e01
18 changed files with 70 additions and 60 deletions

View File

@@ -45,7 +45,6 @@ class MigrationBase(BaseModel):
@staticmethod
def json_reader(json_file: Path) -> dict:
print(json_file)
with open(json_file, "r") as f:
return json.loads(f.read())