Skip to content

Commit 9e20c00

Browse files
authored
whitespace
1 parent 4673a6b commit 9e20c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def test_config_pickling():
255255
in_c_key=False,
256256
)
257257
with pytest.raises(
258-
AttributeError,
258+
AttributeError,
259259
match="Can't pickle local object 'test_config_pickling.<locals>.<lambda>'",
260260
):
261261
pickle.dump(root, io.BytesIO())

0 commit comments

Comments
 (0)