Skip to content

Commit

Permalink
Non-default arguments should come first
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed Sep 12, 2013
1 parent eec9cb4 commit 2f93333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vmpoller/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ class VMPollerClient(object):
The result message back.
"""
def __init__(self, timeout=3000, retries=3, endpoint):
def __init__(self, endpoint, timeout=3000, retries=3):
"""
Initializes a VMPollerClient object
Expand Down

0 comments on commit 2f93333

Please sign in to comment.