Skip to content

Commit 867743c

Browse files
author
Jaya Kasiraj
committed
fix: remove unused urlparse import to address flake8 failure
1 parent 1bef225 commit 867743c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sagemaker/workflow/steps.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
from enum import Enum
2020
from typing import Dict, List, Set, Union, Optional, Any, TYPE_CHECKING
21-
from urllib.parse import urlparse
2221

2322
import attr
2423

0 commit comments

Comments
 (0)