Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Nov 22, 2024
1 parent 4de0052 commit 4cf48e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion python/nav/bin/navcheckservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@

from nav.logs import init_stderr_logging
from nav.statemon import checkermap
import nav.statemon.checker # necessary for relative imports on python3


_logger = logging.getLogger('nav.checkservice')
Expand Down
2 changes: 0 additions & 2 deletions python/nav/smsd/uninettmaildispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@

from django.core.mail import EmailMessage

# pylint: disable=unused-import
from nav import models as _ # ensure Django is setup for NAV
from nav.smsd.dispatcher import Dispatcher, DispatcherError


Expand Down

0 comments on commit 4cf48e2

Please sign in to comment.