Skip to content

Commit 49bfd4e

Browse files
authored
Simplify imports
1 parent 3d009cc commit 49bfd4e

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/human_readable/lists.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,8 @@
22

33
from __future__ import annotations
44

5-
from typing import TYPE_CHECKING
6-
7-
8-
if TYPE_CHECKING:
9-
from collections.abc import Sequence
10-
from typing import Any
11-
5+
from collections.abc import Sequence
6+
from typing import Any
127

138
__all__ = ["listing"]
149

0 commit comments

Comments
 (0)