Skip to content

Commit

Permalink
Ignore import order error.
Browse files Browse the repository at this point in the history
Fixing would introduce circular import - see vanvalenlabgh-642.
  • Loading branch information
rossbar committed Jan 13, 2023
1 parent 0d76a3a commit 2827656
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ ignore = []
"deepcell/applications/multiplex_segmentation.py" = ["F401"]
# TODO: Add tests or delete file, see gh-641
"deepcell/model_zoo/tracking_test.py" = ["F401"]
# TODO: Define split_datasets in module to fix circular import - see gh-642
"deepcell/data/__init__.py" = ["E402"]

0 comments on commit 2827656

Please sign in to comment.