Skip to content

Commit

Permalink
fix: update imports to resolve mypy error
Browse files Browse the repository at this point in the history
  • Loading branch information
hbooth committed Oct 1, 2024
1 parent 1be823a commit aa30a93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dioptra/restapi/v1/workflows/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
import structlog
from structlog.stdlib import BoundLogger

from .lib import package_job_files, views
from .lib import views
from .lib.package_job_files import package_job_files
from .schema import FileTypes

LOGGER: BoundLogger = structlog.stdlib.get_logger()
Expand Down

0 comments on commit aa30a93

Please sign in to comment.