Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
chadac committed May 23, 2022
1 parent f4f39c0 commit 4b1c48f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/console/commands/cache/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import uuid

from pathlib import Path
from typing import TYPE_CHECKING

import pytest
Expand All @@ -11,6 +10,8 @@


if TYPE_CHECKING:
from pathlib import Path

from _pytest.monkeypatch import MonkeyPatch

from tests.conftest import Config
Expand Down
1 change: 0 additions & 1 deletion tests/console/commands/cache/test_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

from cleo.testers.command_tester import CommandTester

from tests.conftest import Config
from tests.types import CommandTesterFactory


Expand Down

0 comments on commit 4b1c48f

Please sign in to comment.