Skip to content

Commit

Permalink
Make linter happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Jan 15, 2025
1 parent b94515f commit 6236ed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/grokcore/startup/debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
import transaction
import zope.app.debug
import zope.app.wsgi
from IPython.terminal.embed import InteractiveShellEmbed
from IPython.terminal.embed import InteractiveShellEmbed # noqa: T100
from zope.component import getMultiAdapter
from zope.component import getUtility
from zope.securitypolicy.zopepolicy import settingsForObject


shell = InteractiveShellEmbed()
shell = InteractiveShellEmbed() # noqa: T100 trace found

PATH_SEP = '/'

Expand Down

0 comments on commit 6236ed2

Please sign in to comment.