Skip to content

Commit

Permalink
imports order
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdittrich92 committed Nov 10, 2023
1 parent 0b4a825 commit 8175232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doctr/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .artefacts import *
from . import artefacts
from .classification import *
from .detection import *
from .factory import *
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ known-first-party = ["doctr", "app", "utils"]
known-third-party = ["tensorflow", "torch", "torchvision", "wandb", "fastprogress", "fastapi"]

[tool.ruff.per-file-ignores]
"**/__init__.py" = ["I001", "F401", "CPY001"]
"doctr/models/**.py" = ["N806"]
"doctr/datasets/**.py" = ["N806"]
"tests/**.py" = ["D"]
Expand Down

0 comments on commit 8175232

Please sign in to comment.