Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
itkovian committed Jan 8, 2024
1 parent ed9905e commit 96548ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/vsc/utils/script_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
import logging
from vsc.utils import fancylogger
from vsc.utils.availability import proceed_on_ha_service
from vsc.utils.generaloption import SimpleOption as GOSimpleOption
from vsc.utils.lock import lock_or_bork, release_or_bork, LOCKFILE_DIR, LOCKFILE_FILENAME_TEMPLATE
from vsc.utils.nagios import (
SimpleNagios, NAGIOS_CACHE_DIR, NAGIOS_CACHE_FILENAME_TEMPLATE, exit_from_errorcode,
Expand Down

0 comments on commit 96548ab

Please sign in to comment.