Skip to content

Commit 6710483

Browse files
authored
Fix syntax
1 parent dcd53f7 commit 6710483

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_config.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,9 @@ def test_config_pickling():
255255
in_c_key=False,
256256
)
257257
with pytest.raises(
258-
AttributeError,
259-
match="Can't get local object 'test_config_pickling.<locals>.<lambda>'",
260-
):
258+
AttributeError,
259+
match="Can't get local object 'test_config_pickling.<locals>.<lambda>'",
260+
):
261261
pickle.dump(root, io.BytesIO())
262262

263263

0 commit comments

Comments
 (0)