Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 13, 2024
1 parent 08e230a commit e01b0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/backends/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import os
from collections.abc import Hashable, Iterable, Mapping, MutableMapping, Sequence
from typing import Optional
from functools import partial
from io import BytesIO
from numbers import Number
Expand All @@ -12,6 +11,7 @@
Callable,
Final,
Literal,
Optional,
Union,
cast,
overload,
Expand Down

0 comments on commit e01b0fb

Please sign in to comment.