Skip to content

Commit

Permalink
Fix flake8 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Oct 9, 2024
1 parent 708e46e commit e1a5f57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests_dirac/test_renewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ async def test_make_valid_dirac_proxy_given_bad_cert(tmp_path: Path) -> None:
@pytest.mark.anyio
async def test_renewer_setup_teardown() -> None:
setup_proxy_renewer(ProxyConfig(valid="00:03", min_life=30))

# Give renewer task time to run
await asyncio.sleep(0.1)

Expand Down

0 comments on commit e1a5f57

Please sign in to comment.