Removed unused sys import

This commit is contained in:
Jochen Breuer 2017-09-08 08:20:14 +02:00
parent 0c71da95f6
commit 7431ec64e3
No known key found for this signature in database
GPG key ID: 29ACE79F4D5EEE69

View file

@ -41,7 +41,6 @@ import logging
import yaml
import tempfile
import signal
from sys import platform
from time import sleep
from contextlib import contextmanager