Skip to content

Commit

Permalink
STY: Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Oct 18, 2023
1 parent f27b72d commit 9047079
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import shutil
import string
import subprocess
import sys
from io import BytesIO
from itertools import product as cartesian_product
from pathlib import Path
Expand Down Expand Up @@ -302,7 +301,6 @@ def test_image_without_pillow(tmp_path):
)



@pytest.mark.enable_socket()
def test_issue_1737():
url = "https://github.com/py-pdf/pypdf/files/11068604/tt1.pdf"
Expand Down

0 comments on commit 9047079

Please sign in to comment.