Skip to content

Commit d634738

Browse files
Update tests/functional/u/unused/unused_name_in_string_literal_type_annotation_py38.py
Co-authored-by: Marc Mueller <[email protected]>
1 parent d7abd0e commit d634738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/u/unused/unused_name_in_string_literal_type_annotation_py38.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ def unused_variable_example():
2626
example4: t.Literal["http.HTTPStatus.OK", "http.HTTPStatus.NOT_FOUND"]
2727
example5: "t.Literal[HTTPStatus.OK, HTTPStatus.NOT_FOUND]"
2828

29-
# Regression test 10624
29+
# Regression test for https://github.com/pylint-dev/pylint/issues/10624
3030
print(HTTPMethod.CONNECT)

0 commit comments

Comments
 (0)