Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
JaeAeich committed Jan 22, 2024
1 parent fc35bcf commit 8e1e672
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions mypy.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[mypy]
ignore_missing_imports = True
disable_error_code = attr-defined
disable_error_code = no-redef

# [mypy-pro_wes.*]
disable_error_code = attr-defined
2 changes: 1 addition & 1 deletion pro_wes/tasks/track_run_progress.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import logging
from time import sleep
from typing import Dict, Optional, Mapping
from typing import Dict, Optional

from foca.database.register_mongodb import _create_mongo_client
from foca.models.config import Config
Expand Down

0 comments on commit 8e1e672

Please sign in to comment.