Skip to content

Commit

Permalink
Small typing fix (pydata#6159)
Browse files Browse the repository at this point in the history
  • Loading branch information
Illviljan authored Jan 11, 2022
1 parent fbd11bd commit 18703ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/core/concat.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
Hashable,
Iterable,
List,
Literal,
Optional,
Set,
Tuple,
Expand All @@ -14,7 +15,6 @@
)

import pandas as pd
from typing_extensions import Literal

from . import dtypes, utils
from .alignment import align
Expand Down

0 comments on commit 18703ba

Please sign in to comment.