Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer committed Aug 4, 2020
1 parent 881d893 commit d303943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def test_port_env_fail_range(empty_environ):


@pytest.mark.parametrize(
"setlevel_warning", [False, True,],
"setlevel_warning", [False, True],
)
def test_no_proxy_success(mocker, caplog, empty_environ, setlevel_warning):
app = Dash()
Expand Down

0 comments on commit d303943

Please sign in to comment.