Skip to content

Commit

Permalink
Fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-plis committed Oct 4, 2023
1 parent b184299 commit 24df12d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pytest_loguru/plugin.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
from typing import Iterator # pragma: no cover

import pytest # pragma: no cover
from _pytest.logging import LogCaptureFixture # pragma: no cover
from loguru import logger # pragma: no cover
from typing import Iterator # pragma: no cover


@pytest.fixture
Expand Down

0 comments on commit 24df12d

Please sign in to comment.