Skip to content

Commit 28a3a44

Browse files
committed
Disable type-checker on line sagemaker.estimator.Framework
1 parent 547e1e6 commit 28a3a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/processing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1495,7 +1495,7 @@ def _upload_payload(
14951495
dependencies: Optional[List[str]],
14961496
git_config: Optional[Dict[str, str]],
14971497
job_name: str,
1498-
) -> "sagemaker.estimator.Framework":
1498+
) -> "sagemaker.estimator.Framework": # type: ignore[name-defined] # noqa: F821
14991499
# A new estimator instance is required, because each call to ScriptProcessor.run() can
15001500
# use different codes.
15011501
estimator = self.estimator_cls(

0 commit comments

Comments
 (0)