Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma authored Jul 24, 2022
1 parent 912e1be commit 72c3356
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions PyPDF2/_encryption.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@
import struct
from enum import IntEnum
from typing import Optional, Tuple, Union, cast
import warnings

from PyPDF2.errors import DependencyError, PdfReadWarning
from PyPDF2.errors import DependencyError
from PyPDF2._utils import logger_warning
from PyPDF2.generic import (
ArrayObject,
Expand Down

0 comments on commit 72c3356

Please sign in to comment.