Skip to content

Commit

Permalink
Minor fixups for Pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-C committed May 17, 2023
1 parent 05596f3 commit ced1763
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions test/encryption/test_encryption.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ def test_encrypt_font(tmp_path):
)
pdf.set_font("Quicksand", size=32)
text = (
# pylint: disable=implicit-str-concat
"Lorem ipsum dolor, **consectetur adipiscing** elit,"
" eiusmod __tempor incididunt__ ut labore et dolore --magna aliqua--."
)
Expand Down
1 change: 0 additions & 1 deletion test/table/test_table_extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import pytest
import tabula

# pylint: disable=import-error,no-name-in-module
from test.table.test_table import TABLE_DATA

HERE = Path(__file__).resolve().parent
Expand Down

0 comments on commit ced1763

Please sign in to comment.