diff --git a/authliboclc/wskey.py b/authliboclc/wskey.py index 38edfe4..e9f036c 100644 --- a/authliboclc/wskey.py +++ b/authliboclc/wskey.py @@ -22,14 +22,7 @@ """ -import copy -import base64 -import hashlib -import hmac -import math -import random -import string -import time +import copy, base64, hashlib, hmac, math, random, string, time from .authcode import AuthCode from .accesstoken import AccessToken @@ -414,4 +407,4 @@ def __str__(self): 'body_hash': self.body_hash, 'auth_params': self.auth_params, 'user': self.user - }) \ No newline at end of file + })