Skip to content

Commit

Permalink
Flake8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Apr 16, 2022
1 parent b29d015 commit 8f11696
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions PyPDF2/filters.py
Expand Up @@ -45,9 +45,7 @@

if version_info < ( 3, 0 ):
from cStringIO import StringIO as BytesIO
bytearray = buffer
else:
from io import StringIO
bytearray = buffer # noqa: F821

import struct

Expand Down

0 comments on commit 8f11696

Please sign in to comment.