Skip to content

Commit 681a354

Browse files
committed
Remove unused import from namedtuple
1 parent a5e4d69 commit 681a354

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ultimatepython/data_structures/namedtuple.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"""
66

77
from collections import namedtuple
8-
from typing import Any
98

109

1110
def main() -> None:

0 commit comments

Comments
 (0)