Skip to content

Commit

Permalink
Fix unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed May 30, 2022
1 parent 8476a3e commit 2d7ee8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion setupsrc/pl_setup/build_pdfium.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
PlatformNames,
run_cmd,
call_ctypesgen,
VersionFile,
VerNamespace,
set_version,
)
Expand Down
4 changes: 1 addition & 3 deletions tests/helpers/test_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
# SPDX-License-Identifier: Apache-2.0 OR BSD-3-Clause

import pytest
from os.path import join
from importlib.util import find_spec
import pypdfium2 as pdfium
from ..conftest import TestFiles, ResourceDir, OutputDir
from ..conftest import TestFiles


def test_boxes():
Expand Down

0 comments on commit 2d7ee8c

Please sign in to comment.