We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 547e1e6 commit 28a3a44Copy full SHA for 28a3a44
src/sagemaker/processing.py
@@ -1495,7 +1495,7 @@ def _upload_payload(
1495
dependencies: Optional[List[str]],
1496
git_config: Optional[Dict[str, str]],
1497
job_name: str,
1498
- ) -> "sagemaker.estimator.Framework":
+ ) -> "sagemaker.estimator.Framework": # type: ignore[name-defined] # noqa: F821
1499
# A new estimator instance is required, because each call to ScriptProcessor.run() can
1500
# use different codes.
1501
estimator = self.estimator_cls(
0 commit comments