Skip to content

Commit fc0e0fc

Browse files
committed
fix(ipmi-sel): remove unused STATE_CRIT import
1 parent 93197e3 commit fc0e0fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

check-plugins/ipmi-sel/ipmi-sel

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ import lib.args
1919
import lib.base
2020
import lib.lftest
2121
import lib.shell
22-
from lib.globals import (STATE_CRIT, STATE_OK,
23-
STATE_UNKNOWN, STATE_WARN)
22+
from lib.globals import (STATE_OK, STATE_UNKNOWN, STATE_WARN)
2423

2524
__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
2625
__version__ = '2026040801'

0 commit comments

Comments
 (0)