Skip to content

Commit 827fbc0

Browse files
committed
[py] Remove unused import
1 parent 7ddebe8 commit 827fbc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
from pathlib import Path
3838
import re
3939
from textwrap import dedent, indent as tw_indent
40-
from typing import Optional, Self, List, Union, Iterator, cast
40+
from typing import Optional, List, Union, Iterator, cast
4141

4242
import inflection # type: ignore
4343

0 commit comments

Comments
 (0)