diff options
author | Hendrikto <hendrik.to@gmail.com> | 2019-04-04 21:40:16 +0200 |
---|---|---|
committer | Hendrikto <hendrik.to@gmail.com> | 2019-04-06 18:05:05 +0200 |
commit | 49a81308c04204a4dc2df71d2c94ded182e0343f (patch) | |
tree | 10b793ba1689c82146bff22d7c6fc70b17fee3b5 /platform/windows/detect.py | |
parent | cc3e660d7e13665fd5242502fb677d3e5f30ec18 (diff) |
Remove unused imports
Diffstat (limited to 'platform/windows/detect.py')
-rw-r--r-- | platform/windows/detect.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/windows/detect.py b/platform/windows/detect.py index 426a5e9e61..0118b5bae2 100644 --- a/platform/windows/detect.py +++ b/platform/windows/detect.py @@ -1,6 +1,5 @@ import methods import os -import sys def is_active(): |