Skip to content

Commit

Permalink
Increase coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike committed Feb 27, 2022
1 parent c4ccd67 commit 3535215
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pytest_loguru/plugin.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pytest
from _pytest.logging import LogCaptureFixture
from loguru import logger
import pytest # pragma: no cover
from _pytest.logging import LogCaptureFixture # pragma: no cover
from loguru import logger # pragma: no cover


@pytest.fixture
Expand Down

0 comments on commit 3535215

Please sign in to comment.