Skip to content

Commit 44ac31f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 26660be commit 44ac31f

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
@@ -27,4 +27,4 @@ def unused_variable_example():
2727
example5: "t.Literal[HTTPStatus.OK, HTTPStatus.NOT_FOUND]"
2828

2929
# Regression test 10724
30-
print(HTTPMethod.CONNECT)
30+
print(HTTPMethod.CONNECT)

0 commit comments

Comments
 (0)