Skip to content

Commit 1736c37

Browse files
tcloseeffigies
andauthored
Update pydra/utils/tests/test_hash.py
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent 1a85a72 commit 1736c37

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pydra/utils/tests/test_hash.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,7 @@ def test_bytes_repr_slots_obj():
139139
class MyClass:
140140
__slots__ = ("x",)
141141

142-
def __init__(
143-
self,
144-
x,
145-
):
142+
def __init__(self, x):
146143
self.x = x
147144

148145
obj_repr = join_bytes_repr(MyClass(1))

0 commit comments

Comments
 (0)