Skip to content

Commit fb4fa7e

Browse files
committed
pylint
1 parent 757e258 commit fb4fa7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/modules/distributed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717

1818
from abc import ABC, abstractmethod
1919
from typing import Optional, Dict, Any, List
20-
from pydantic import BaseModel
2120
from sagemaker.modules.utils import safe_serialize
2221
from sagemaker.modules.constants import SM_DRIVERS_LOCAL_PATH
22+
from sagemaker.modules.configs import BaseConfig
2323

2424

2525
class SMP(BaseConfig):

0 commit comments

Comments
 (0)