Skip to content
This repository was archived by the owner on Oct 18, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions authliboclc/wskey.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -414,4 +407,4 @@ def __str__(self):
'body_hash': self.body_hash,
'auth_params': self.auth_params,
'user': self.user
})
})