Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
xuye.qin committed Jun 8, 2022
1 parent c52c107 commit 3a49a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mars/services/storage/api/oscar.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

import sys
from typing import Any, List, Tuple, Type, TypeVar
from typing import Any, List, Tuple, Type, TypeVar, Union

from .... import oscar as mo
from ....lib.aio import alru_cache
Expand Down

0 comments on commit 3a49a47

Please sign in to comment.