removed useless line of code
This commit is contained in:
parent
ed00089a1a
commit
55f0462946
2 changed files with 2 additions and 2 deletions
|
@ -21,3 +21,5 @@ class InstanceInheritingThread(threading.Thread, HasUser):
|
|||
def user():
|
||||
try: return threading.current_thread().user()
|
||||
except AttributeError: raise UserlessThread()
|
||||
|
||||
def apc(): return user().api_client
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue