Skip to content

Commit d7abd0e

Browse files
Update tests/functional/u/unused/unused_name_in_string_literal_type_annotation_py38.py
1 parent 44ac31f commit d7abd0e

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 10724
29+
# Regression test 10624
3030
print(HTTPMethod.CONNECT)

0 commit comments

Comments
 (0)