Skip to content

Commit

Permalink
fix flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
alex6499cat authored and danabens committed Sep 7, 2022
1 parent 6a90429 commit bb337aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/smexperiments/tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def create(
my_tracker = tracker.Tracker.create()
Args:
base_trial_component_name: (str,optional). The name of the trial component resource that
base_trial_component_name: (str,optional). The name of the trial component resource that
will be appended with a timestamp. Defaults to "TrialComponent".
display_name: (str, optional). The display name of the trial component to track.
artifact_bucket: (str, optional) The name of the S3 bucket to store artifacts to.
Expand Down

0 comments on commit bb337aa

Please sign in to comment.