Fix syntax errors
This commit is contained in:
@@ -85,7 +85,7 @@ def test_no_tables_found_warnings_suppressed():
|
||||
tables = camelot.read_pdf(filename, suppress_stdout=True)
|
||||
except Warning as e:
|
||||
warning_text = str(e)
|
||||
pytest.fail(f"Unexpected warning: {warning_text}"
|
||||
pytest.fail(f"Unexpected warning: {warning_text}")
|
||||
|
||||
|
||||
def test_no_password():
|
||||
|
||||
Reference in New Issue
Block a user