Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit df4f89a

Browse filesBrowse files
committed
Make linter happy
1 parent 2af5c69 commit df4f89a
Copy full SHA for df4f89a

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lazy_loader/tests/test_lazy_loader.py

Copy file name to clipboardExpand all lines: lazy_loader/tests/test_lazy_loader.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def test_lazy_attach_returns_copies():
124124

125125
_all.append("modify_returned_all")
126126
assert _dir() == expected
127-
assert _all == expected + ["modify_returned_all"]
127+
assert _all == [*expected, "modify_returned_all"]
128128

129129

130130
def test_attach_same_module_and_attr_name():

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.