We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e4d69 commit 681a354Copy full SHA for 681a354
ultimatepython/data_structures/namedtuple.py
@@ -5,7 +5,6 @@
5
"""
6
7
from collections import namedtuple
8
-from typing import Any
9
10
11
def main() -> None:
0 commit comments