Skip to content

Commit

Permalink
Fix unused client variable
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Dec 6, 2022
1 parent 7b159bc commit 9e56857
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ def setup_teardown(config: Mapping):
)

retries = 3
client = None
while retries > 0:
try:
Client(config)
Expand Down

0 comments on commit 9e56857

Please sign in to comment.