Skip to content

Commit

Permalink
Remove unused f-String classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgross committed Feb 1, 2025
1 parent ea7839e commit 00a8154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pcloud/tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def test_fileexists_true(pycloud):
assert pycloud.file_exists(path=f"/{testfilename}")

def test_fileexists_false(pycloud):
assert pycloud.file_exists(path=f"/bogusfile.txt") == False
assert pycloud.file_exists(path="/bogusfile.txt") == False

def test_listtokens(pycloud):
result = pycloud.listtokens()
Expand Down

0 comments on commit 00a8154

Please sign in to comment.