Skip to content

Commit

Permalink
fix: isort
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Jul 25, 2023
1 parent 53bee23 commit 72c3a0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
from operator import itemgetter

import pandas as pd
import pdfplumber
import pytest
from pdfminer.pdfparser import PDFObjRef
from pdfminer.psparser import PSLiteral

import pdfplumber
from pdfplumber import utils

logging.disable(logging.ERROR)
Expand Down

0 comments on commit 72c3a0e

Please sign in to comment.