Skip to content

Commit

Permalink
remove unused typevar
Browse files Browse the repository at this point in the history
  • Loading branch information
renxida committed Nov 23, 2024
1 parent 74f209b commit 446e196
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
) # Protocol for data types that can be stored and managed in a radix tree


T = TypeVar("T") # The generic data type stored in nodes


class RadixNodePageData(RadixData):
"""
Container for pages associated with a radix tree node.
Expand Down

0 comments on commit 446e196

Please sign in to comment.