matusnovak / prometheus-smartctl

HDD S.M.A.R.T exporter for Prometheus written in Python
The Unlicense
155 stars 43 forks source link

remove unused imports os,glob #11

Closed kashefy closed 2 years ago

kashefy commented 2 years ago

No need to import os and glob. That way no one need to wonder what the script is using them for.

matusnovak commented 2 years ago

Thank you @kashefy I apologize for not being able to look at this sooner.

kashefy commented 2 years ago

@matusnovak no worries and thank you for putting this together.