Skip to content

Commit 6a90429

Browse files
alex6499catdanabens
authored andcommitted
fix linting issue
1 parent f0670f9 commit 6a90429

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/smexperiments/tracker.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@ def create(
186186
my_tracker = tracker.Tracker.create()
187187
188188
Args:
189-
base_trial_component_name: (str,optional). The name of the trial component resource that will be appended with a timestamp. Defaults to "TrialComponent".
189+
base_trial_component_name: (str,optional). The name of the trial component resource that
190+
will be appended with a timestamp. Defaults to "TrialComponent".
190191
display_name: (str, optional). The display name of the trial component to track.
191192
artifact_bucket: (str, optional) The name of the S3 bucket to store artifacts to.
192193
artifact_prefix: (str, optional) The prefix to write artifacts to within ``artifact_bucket``

0 commit comments

Comments
 (0)