Skip to content

Commit fa4cdac

Browse files
Update Lib/test/test_pprint.py
Co-authored-by: donBarbos <[email protected]>
1 parent 5ffbd0d commit fa4cdac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_pprint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@ def test_user_string(self):
11251125
'lazy dog'}""")
11261126

11271127
def test_block_style(self):
1128-
@dataclass
1128+
@dataclasses.dataclass
11291129
class DummyDataclass:
11301130
foo: str
11311131
bar: float

0 commit comments

Comments
 (0)