Skip to content

Commit a2dccf1

Browse files
author
Raphael Krupinski
committed
⚰️ Remove unused Item type.
1 parent ec25a01 commit a2dccf1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/lapidary/render/model/stack.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
from functools import lru_cache
2-
from typing import Any, Self
2+
from typing import Self
33

44
from ..json_pointer import encode_json_pointer
55

6-
type Item = tuple[str | int, Any]
7-
86

97
class Stack:
108
__slots__ = ('path',)

0 commit comments

Comments
 (0)