-
Notifications
You must be signed in to change notification settings - Fork 45
/
dead_code_whitelist.py
22 lines (21 loc) · 1.43 KB
/
dead_code_whitelist.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
"""List of unused variables."""
task_names # unused variable (f8a_worker/dispatcher/selective.py:8)
flow_name # unused variable (f8a_worker/storages/s3_manifests.py:17)
task_id # unused variable (f8a_worker/storages/s3_manifests.py:17)
task_name # unused variable (f8a_worker/storages/s3_manifests.py:17)
result # unused variable (f8a_worker/storages/s3.py:155)
flow_name # unused variable (f8a_worker/storages/s3_description_repository.py:19)
task_id # unused variable (f8a_worker/storages/s3_description_repository.py:19)
task_name # unused variable (f8a_worker/storages/s3_description_repository.py:19)
flow_name # unused variable (f8a_worker/storages/package_postgres.py:34)
flow_name # unused variable (f8a_worker/storages/postgres.py:38)
flow_name # unused variable (f8a_worker/storages/s3_gh_manifests.py:20)
task_id # unused variable (f8a_worker/storages/s3_gh_manifests.py:20)
task_name # unused variable (f8a_worker/storages/s3_gh_manifests.py:20)
flow_name # unused variable (f8a_worker/storages/s3_readme.py:19)
task_id # unused variable (f8a_worker/storages/s3_readme.py:19)
task_name # unused variable (f8a_worker/storages/s3_readme.py:19)
flow_name # unused variable (f8a_worker/storages/s3_gocveartifact.py:31)
flow_name # unused variable (f8a_worker/storages/s3_gocveartifact.py:40)
exc_info # unused variable (f8a_worker/storages/s3_gocveartifact.py:48)
flow_name # unused variable (f8a_worker/storages/s3_gocveartifact.py:48)