Skip to content

Commit

Permalink
removes unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gurubert committed Dec 12, 2024
1 parent 64cc44e commit af90890
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion infortrend/checks/infortrend_chassis
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from cmk.base.check_api import LegacyCheckDefinition, saveint
from cmk.base.config import check_info
from cmk.agent_based.v2 import all_of, contains, startswith, SNMPTree, StringTable
from cmk.agent_based.v2 import startswith, SNMPTree, StringTable

# This is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion infortrend/checks/infortrend_chassis1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# (c) 2024 Jens Maus <[email protected]>
#

from cmk.base.check_api import LegacyCheckDefinition, saveint
from cmk.base.check_api import LegacyCheckDefinition
from cmk.base.config import check_info
from cmk.agent_based.v2 import all_of, contains, startswith, SNMPTree, StringTable

Expand Down
4 changes: 2 additions & 2 deletions infortrend/checks/infortrend_disks
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
# (c) 2024 Jens Maus <[email protected]>
#

from cmk.base.check_api import LegacyCheckDefinition, saveint
from cmk.base.check_api import LegacyCheckDefinition, saveint, get_bytes_human_readable
from cmk.base.config import check_info
from cmk.agent_based.v2 import all_of, contains, startswith, exists, SNMPTree, StringTable
from cmk.agent_based.v2 import exists, SNMPTree, StringTable

# This is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
Expand Down
4 changes: 2 additions & 2 deletions infortrend/checks/infortrend_ldrives
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
# (c) 2024 Jens Maus <[email protected]>
#

from cmk.base.check_api import LegacyCheckDefinition, saveint
from cmk.base.check_api import LegacyCheckDefinition
from cmk.base.config import check_info
from cmk.agent_based.v2 import all_of, contains, startswith, exists, SNMPTree, StringTable
from cmk.agent_based.v2 import exists, SNMPTree, StringTable

# This is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
Expand Down
4 changes: 2 additions & 2 deletions infortrend/checks/infortrend_ldrives1
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
# (c) 2024 Jens Maus <[email protected]>
#

from cmk.base.check_api import LegacyCheckDefinition, saveint
from cmk.base.check_api import LegacyCheckDefinition
from cmk.base.config import check_info
from cmk.agent_based.v2 import all_of, contains, startswith, exists, SNMPTree, StringTable
from cmk.agent_based.v2 import all_of, contains, startswith, SNMPTree, StringTable

# This is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
Expand Down
Binary file removed infortrend/infortrend-5.0.0.mkp
Binary file not shown.
Binary file added infortrend/infortrend-5.0.1.mkp
Binary file not shown.

0 comments on commit af90890

Please sign in to comment.