Skip to content

Commit

Permalink
fix: flake8: F841 local variable 'status_data' is assigned to but nev…
Browse files Browse the repository at this point in the history
…er used
  • Loading branch information
jhutar committed Nov 10, 2023
1 parent 7bf836f commit 0b7c1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_status_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def test_remove_missing(self):

def test_file_on_http(self):
with self.assertRaises(requests.exceptions.ConnectionError):
status_data = opl.status_data.StatusData(
_ = opl.status_data.StatusData(
"http://does.not.exist/status-data-file.json"
)

Expand Down

0 comments on commit 0b7c1d0

Please sign in to comment.