Skip to content

Commit 3a49a47

Browse files
author
xuye.qin
committed
Fix import
1 parent c52c107 commit 3a49a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: mars/services/storage/api/oscar.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
import sys
16-
from typing import Any, List, Tuple, Type, TypeVar
16+
from typing import Any, List, Tuple, Type, TypeVar, Union
1717

1818
from .... import oscar as mo
1919
from ....lib.aio import alru_cache

0 commit comments

Comments
 (0)