From bb337aaaa584f51516e51ac72dab87999cdc5941 Mon Sep 17 00:00:00 2001 From: Alex Ginglen Date: Tue, 6 Sep 2022 08:23:17 -0500 Subject: [PATCH] fix flake8 error --- src/smexperiments/tracker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smexperiments/tracker.py b/src/smexperiments/tracker.py index 09e9bb0..f8cc723 100644 --- a/src/smexperiments/tracker.py +++ b/src/smexperiments/tracker.py @@ -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.