Skip to content

Commit 3621bd4

Browse files
author
Yue Tu
committed
merge with master
1 parent b6e75d0 commit 3621bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/estimator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ class Framework(EstimatorBase):
780780

781781
def __init__(self, entry_point, source_dir=None, hyperparameters=None, enable_cloudwatch_metrics=False,
782782
container_log_level=logging.INFO, code_location=None, image_name=None, dependencies=None,
783-
enable_network_isolation=False, git_config=False, **kwargs):
783+
enable_network_isolation=False, git_config=None, **kwargs):
784784
"""Base class initializer. Subclasses which override ``__init__`` should invoke ``super()``
785785
786786
Args:

0 commit comments

Comments
 (0)