Skip to content

Commit 9774e54

Browse files
style: pre-commit fixes
1 parent 689c621 commit 9774e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/boost_histogram/typing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from __future__ import annotations
22

3-
from typing import TYPE_CHECKING, Any, Protocol, TypeAlias
43
from types import EllipsisType
4+
from typing import TYPE_CHECKING, Any, Protocol, TypeAlias
55

66
if TYPE_CHECKING:
77
from collections.abc import Sequence

0 commit comments

Comments
 (0)