Skip to content

Commit

Permalink
autopep8 off and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ralequi committed Jul 13, 2021
1 parent d19cfab commit 67a7566
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pySMART/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,14 @@
portabiity, I thought a simple wrapper for smartctl would save time in the
development of future automated test tools.
"""
# autopep8: off
from .testentry import TestEntry
from .attribute import Attribute
from . import utils
utils.configure_trace_logging()
from .device_list import DeviceList
from .device import Device, smart_health_assement
# autopep8: on


__version__ = '1.0.5'
__version__ = '1.0.6'

0 comments on commit 67a7566

Please sign in to comment.