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 7ddebe8 commit 827fbc0Copy full SHA for 827fbc0
py/generate.py
@@ -37,7 +37,7 @@
37
from pathlib import Path
38
import re
39
from textwrap import dedent, indent as tw_indent
40
-from typing import Optional, Self, List, Union, Iterator, cast
+from typing import Optional, List, Union, Iterator, cast
41
42
import inflection # type: ignore
43
0 commit comments