Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-rt committed Nov 29, 2024
1 parent 33d3c1d commit c66a68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collective/pdbpp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Init and utils."""

from AccessControl import Unauthorized
from pdb import Pdb
from pdb import Pdb # type: ignore
from plone import api
from Products.Five import BrowserView
from rich import inspect
Expand Down

0 comments on commit c66a68d

Please sign in to comment.