Skip to content

Commit

Permalink
chore: flake fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
renatav committed Oct 9, 2024
1 parent a130985 commit 63bd37d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion taf/api/roles.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
update_snapshot_and_timestamp,
update_target_metadata,
)
from taf.auth_repo import METADATA_DIRECTORY_NAME, AuthenticationRepository
from taf.auth_repo import AuthenticationRepository
from taf.constants import (
DEFAULT_ROLE_SETUP_PARAMS,
DEFAULT_RSA_SIGNATURE_SCHEME,
Expand Down
2 changes: 1 addition & 1 deletion taf/tools/roles/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import click
from taf.api.roles import add_role, add_roles, list_keys_of_role, remove_role, add_signing_key
from taf.api.roles import add_role, add_roles, list_keys_of_role, add_signing_key
from taf.constants import DEFAULT_RSA_SIGNATURE_SCHEME
from taf.exceptions import TAFError
from taf.tools.cli import catch_cli_exception, find_repository
Expand Down

0 comments on commit 63bd37d

Please sign in to comment.