Skip to content

Commit

Permalink
refactor: fixed lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Dec 20, 2021
1 parent 2bbbbe6 commit 750a0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biosimulators_utils/biosimulations/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def get_authorization_for_client(id, secret, config=None):
def get_api_session(num_retries=5, backoff_factor=10, config=None):
""" Get a session for the BioSimulations API with retrying
Args
Args:
num_retries (:obj:`int`): number of times to retry each query
backoff_factor (:obj:`float`): initial delay between retries
config (:obj:`Config`, optional): configuration
Expand Down

0 comments on commit 750a0b7

Please sign in to comment.