unused imports

This commit is contained in:
2018-09-30 13:09:28 -04:00
parent 33bb4fe0ab
commit fbc4ba734f
-2
View File
@@ -3,8 +3,6 @@ import json
import logme
import delegator
from .env import TOKEN_LOCATION, IN_KUBERNETES, CERT_LOCATION
@logme.log
def kubectl(cmd, as_json=True, raise_on_error=True, logger=None):