Skip to content

Commit

Permalink
chore: flake fix
Browse files Browse the repository at this point in the history
  • Loading branch information
renatav committed Oct 9, 2024
1 parent 9d85833 commit 6aecb03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion taf/api/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from taf.exceptions import TAFError
from taf.git import GitRepository
from taf.log import taf_logger
from taf.taf.tools.repo import UpdateConfig
from taf.tools.repo import UpdateConfig
from taf.updater.updater import OperationType, clone_repository


Expand Down
1 change: 1 addition & 0 deletions taf/tools/repo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def _call_updater(config, format_output):
taf_logger.error(str(e))
sys.exit(1)


def start_profiling():
import cProfile
import atexit
Expand Down

0 comments on commit 6aecb03

Please sign in to comment.