Skip to content

Commit 0b472d4

Browse files
black...
1 parent a4c8a7d commit 0b472d4

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

unittests/test_functools_lru.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,5 +176,7 @@ async def other_method(self):
176176
if name != "method":
177177
continue
178178
# test direct and literal annotation styles
179-
assert get_annotations(Bar.method, format=Format.STRING)['int_arg'] == "int"
180-
assert get_annotations(Bar().method, format=Format.STRING)['int_arg'] == "int"
179+
assert get_annotations(Bar.method, format=Format.STRING)["int_arg"] == "int"
180+
assert (
181+
get_annotations(Bar().method, format=Format.STRING)["int_arg"] == "int"
182+
)

0 commit comments

Comments
 (0)