Fix linter

This commit is contained in:
Daniel Wozniak 2019-03-05 14:11:07 -07:00 committed by GitHub
parent a16891347c
commit 227ddbb19a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -526,7 +526,6 @@ def get_system_info():
else:
return '{0:.3f}TB'.format(val / 2**40)
# Lookup dicts for Win32_OperatingSystem
os_type = {1: 'Work Station',
2: 'Domain Controller',