Skip to content

Commit

Permalink
reformatted imports
Browse files Browse the repository at this point in the history
  • Loading branch information
arseniiarsenii committed Sep 27, 2021
1 parent 24583b3 commit 66cb0aa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions feecc_hub_src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@
from feecc_hub.Unit import Unit
from feecc_hub.WorkBench import WorkBench
from feecc_hub.database import MongoDbWrapper
from feecc_hub.exceptions import (EmployeeNotFoundError, EmployeeUnauthorizedError, UnitNotFoundError,
WorkbenchNotFoundError)
from feecc_hub.exceptions import (
EmployeeNotFoundError,
EmployeeUnauthorizedError,
UnitNotFoundError,
WorkbenchNotFoundError,
)
from feecc_hub.models import (
BaseOut,
EmployeeData,
Expand Down

0 comments on commit 66cb0aa

Please sign in to comment.