Skip to content

Commit 18703ba

Browse files
authored
Small typing fix (#6159)
1 parent fbd11bd commit 18703ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/core/concat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
Hashable,
77
Iterable,
88
List,
9+
Literal,
910
Optional,
1011
Set,
1112
Tuple,
@@ -14,7 +15,6 @@
1415
)
1516

1617
import pandas as pd
17-
from typing_extensions import Literal
1818

1919
from . import dtypes, utils
2020
from .alignment import align

0 commit comments

Comments
 (0)