cleanup code

This commit is contained in:
Milan Kolar 2018-11-29 15:33:34 +01:00
parent 60b2d1bf1d
commit 3fb57aa30f
3 changed files with 9 additions and 23 deletions

View file

@ -49,7 +49,6 @@ def _clear_credentials():
def _set_env(username, apiKey):
os.environ['FTRACK_API_USER'] = username
os.environ['FTRACK_API_KEY'] = apiKey
os.environ['FTRACK_APIKEY'] = apiKey
def _check_credentials(username=None, apiKey=None):