mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Remove unused variables
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
This commit is contained in:
parent
52519c8c34
commit
33734d31fd
1 changed files with 0 additions and 3 deletions
|
|
@ -700,9 +700,6 @@ def add_targets(parsed_arguments):
|
|||
|
||||
|
||||
def remove_targets(parsed_arguments):
|
||||
target_paths = os.path.join(parsed_arguments.remove)
|
||||
|
||||
repo_targets_path = os.path.join(parsed_arguments.path, REPO_DIR, 'targets')
|
||||
repository = repo_tool.load_repository(
|
||||
os.path.join(parsed_arguments.path, REPO_DIR))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue