Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit 2f72d94

Browse files
committed
Fix Flake8 warning on test_invalid_url
1 parent 4b86f60 commit 2f72d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def test_invalid_url():
146146
message = "File format not supported"
147147
with pytest.raises(Exception, match=message):
148148
url = camelot.read_pdf(url)
149-
assert is_url(url) == False
149+
assert is_url(url) is False
150150

151151

152152
def test_ghostscript_backend_import_error(testdir):

0 commit comments

Comments
 (0)