Skip to content

Commit 63345ea

Browse files
committed
flake8 check
1 parent 4c9b2d0 commit 63345ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/sagemaker/jumpstart/curated_hub/curated_hub.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@
1111
# ANY KIND, either express or implied. See the License for the specific
1212
# language governing permissions and limitations under the License.
1313
"""This module provides the JumpStart Curated Hub class."""
14+
from __future__ import absolute_import
15+
1416
from typing import Optional, Dict, Any
1517

1618
from sagemaker.session import Session
1719

20+
1821
class CuratedHub:
1922
"""Class for creating and managing a curated JumpStart hub"""
2023

0 commit comments

Comments
 (0)