Skip to content

Commit

Permalink
fix B041 Repeated key-value pair in dictionary literal
Browse files Browse the repository at this point in the history
  • Loading branch information
resmo committed Nov 28, 2024
1 parent 1d8169d commit cc5c89a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ def test_env_var_combined_with_dir_config(self):
"trace": None,
"poll_interval": 2.0,
"name": "hanibal",
"poll_interval": 2.0,
"verify": None,
"dangerous_no_tls_verify": True,
"retry": 0,
Expand Down Expand Up @@ -194,7 +193,6 @@ def test_current_dir_config(self):
"trace": None,
"poll_interval": 2.0,
"name": "cloudstack",
"poll_interval": 2.0,
"verify": None,
"dangerous_no_tls_verify": True,
"retry": 0,
Expand Down

0 comments on commit cc5c89a

Please sign in to comment.