Skip to content

Commit

Permalink
device.py: reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ralequi committed Oct 18, 2022
1 parent 0efb101 commit 5f55efb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pySMART/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
# pySMART module imports
from .attribute import Attribute
from .diagnostics import Diagnostics
from .testentry import TestEntry
from .interface import *
from .smartctl import Smartctl, SMARTCTL
from .testentry import TestEntry
from .utils import smartctl_type, smartctl_isvalid_type, any_in, all_in
from .interface import *

logger = logging.getLogger('pySMART')

Expand Down

0 comments on commit 5f55efb

Please sign in to comment.