Skip to content

Commit

Permalink
add logger to creds_mng
Browse files Browse the repository at this point in the history
  • Loading branch information
liorf committed Mar 1, 2017
1 parent 253d6a1 commit 44733c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nsot_sync/creds_manager.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import logging
import getpass
import base64
import os.path
Expand All @@ -25,7 +24,6 @@ def __init__(self, **kwargs):
raise Exception('Error: kwargs is None')
self.creds_filename = os.path.normpath(os.path.expanduser('~') + '/' + self.creds_filename + '.dat')


@property
def load_creds(self):
"""
Expand Down

0 comments on commit 44733c5

Please sign in to comment.