Skip to content

Commit c0b4e0a

Browse files
authored
Fix pr check action (#5398)
* test pr check * reformat files * Fixing codestyle eror * fix codestyle * Update hub cleanup * reformat file * fix codestyle
1 parent c809895 commit c0b4e0a

File tree

11 files changed

+111
-415
lines changed

11 files changed

+111
-415
lines changed

.github/workflows/codebuild-canaries.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

.github/workflows/codebuild-ci-health.yml

Lines changed: 0 additions & 84 deletions
This file was deleted.

.github/workflows/codebuild-ci.yml

Lines changed: 0 additions & 97 deletions
This file was deleted.

.github/workflows/codeql.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/workflows/security-monitoring.yml

Lines changed: 0 additions & 121 deletions
This file was deleted.

requirements/extras/test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ mypy-boto3-s3==1.35.76
6262
mypy-extensions==1.0.0
6363
mypy==1.9.0
6464
# apache-airflow transitive dependancy
65-
google-re2<1.1.20250805; python_version < "3.10"
65+
google-re2<1.1.20250805; python_version < "3.10"

src/sagemaker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
from sagemaker.automl.automl import AutoML, AutoMLJob, AutoMLInput # noqa: F401
6464
from sagemaker.automl.candidate_estimator import CandidateEstimator, CandidateStep # noqa: F401
6565
from sagemaker.automl.automlv2 import ( # noqa: F401
66-
AutoMLV2,
66+
AutoMLV2,
6767
AutoMLJobV2,
6868
LocalAutoMLDataChannel,
6969
AutoMLDataChannel,

0 commit comments

Comments
 (0)