Skip to content

Commit ab83a68

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 74bbda4 commit ab83a68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mypy/stubdoc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
Sig: _TypeAlias = Tuple[str, str]
2121

2222

23-
2423
_TYPE_RE: Final = re.compile(r"^[a-zA-Z_][\w\[\], ().\"\']*(\.[a-zA-Z_][\w\[\], ]*)*$")
2524
_ARG_NAME_RE: Final = re.compile(r"\**[A-Za-z_][A-Za-z0-9_]*$")
2625

0 commit comments

Comments
 (0)