Skip to content

Commit

Permalink
Fixed broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgolec committed Jul 9, 2020
1 parent 08d8b16 commit 1e938b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tda/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class Utils(EnumEnforcer):
'''Helper for placing orders on equities. Provides easy-to-use
implementations for common tasks such as market and limit orders.'''

def __init__(self, account_id, client):
def __init__(self, client, account_id):
'''Creates a new ``Utils`` instance. For convenience, this object
assumes the user wants to work with a single account ID at a time.'''
super().__init__(True)
Expand Down

0 comments on commit 1e938b0

Please sign in to comment.