Skip to content

Commit c3cdefe

Browse files
committed
fixing black vs. pylint clash
1 parent e84a1e6 commit c3cdefe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_env_state.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ def test_ctor(ctor_arg):
3636
@staticmethod
3737
def test_dtor():
3838
# arrange
39-
sut = ppmc.EnvState(
39+
sut = ppmc.EnvState( # pylint: disable=unused-variable
4040
ENV_STATE_CTOR_ARG_MINIMAL
41-
) # pylint: disable=unused-variable
41+
)
4242
gc.collect()
4343

4444
# act

0 commit comments

Comments
 (0)