pass over files using isort
This commit is contained in:
parent
a004285514
commit
d5055f85d3
70 changed files with 260 additions and 307 deletions
|
@ -1,10 +1,7 @@
|
|||
import os
|
||||
|
||||
import pytest
|
||||
|
||||
from core.services.coreservices import CoreService
|
||||
from core.services.coreservices import ServiceDependencies
|
||||
from core.services.coreservices import ServiceManager
|
||||
from core.services.coreservices import CoreService, ServiceDependencies, ServiceManager
|
||||
|
||||
_PATH = os.path.abspath(os.path.dirname(__file__))
|
||||
_SERVICES_PATH = os.path.join(_PATH, "myservices")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue