Skip to content

Commit

Permalink
Moved imports
Browse files Browse the repository at this point in the history
  • Loading branch information
aamazie authored May 6, 2019
1 parent 40268fb commit 77eb7cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Robinhood/Robinhood.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import dateutil
import time
import random
import hmac, base64, struct, hashlib

#Application-specific imports
from . import exceptions as RH_exception
Expand Down Expand Up @@ -99,8 +100,6 @@ def GenerateDeviceToken(self):
id += "-"

self.device_token = id

import hmac, base64, struct, hashlib, time

def get_hotp_token(secret, intervals_no):
key = base64.b32decode(secret, True)
Expand Down

0 comments on commit 77eb7cf

Please sign in to comment.