Skip to content

Commit 4c9b2d0

Browse files
committed
linter
1 parent 6175087 commit 4c9b2d0

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

src/sagemaker/jumpstart/curated_hub/constants.py

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

src/sagemaker/jumpstart/curated_hub/curated_hub.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@
1010
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
1111
# ANY KIND, either express or implied. See the License for the specific
1212
# language governing permissions and limitations under the License.
13+
"""This module provides the JumpStart Curated Hub class."""
1314
from typing import Optional, Dict, Any
1415

1516
from sagemaker.session import Session
1617

17-
from sagemaker.jumpstart.curated_hub.constants import DEFAULT_CLIENT_CONFIG
18-
19-
2018
class CuratedHub:
2119
"""Class for creating and managing a curated JumpStart hub"""
2220

0 commit comments

Comments
 (0)