Skip to content

Commit a8d6664

Browse files
committed
add noqa
1 parent 1506147 commit a8d6664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/jumpstart/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def to_json(self) -> Dict[str, Any]:
117117
return json_obj
118118

119119

120-
from sagemaker.jumpstart.curated_hub.types import HubContentType # noqa: E402
120+
from sagemaker.jumpstart.curated_hub.types import HubContentType # noqa: E402, C0413
121121

122122

123123
class JumpStartS3FileType(str, Enum):

0 commit comments

Comments
 (0)