Skip to content

Commit 73483be

Browse files
authored
enable pylint wildcard-import (#49427)
1 parent eb69d89 commit 73483be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,7 @@ disable = [
185185
"unused-wildcard-import",
186186
"using-constant-test",
187187
"useless-else-on-loop",
188-
"useless-parent-delegation",
189-
"wildcard-import"
188+
"useless-parent-delegation"
190189
]
191190

192191
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)