Skip to content

Commit cebba7f

Browse files
committed
👹 Feed the hobgoblins (delint).
1 parent b0aea96 commit cebba7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎distutils/extension.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def __init__(
107107
**kw, # To catch unknown keywords
108108
):
109109
if not isinstance(name, str):
110-
raise TypeError("'name' must be a string") # noqa: TRY004
110+
raise TypeError("'name' must be a string")
111111

112112
# handle the string case first; since strings are iterable, disallow them
113113
if isinstance(sources, str):

0 commit comments

Comments
 (0)