Skip to content

Commit

Permalink
FIX: next try to make isort happy
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and finswimmer committed Jun 11, 2020
1 parent 85df57b commit 6afff74
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/console/commands/test_new.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

import pytest
import tomlkit

from cleo.testers import CommandTester

from poetry.utils._compat import Path, glob
from poetry.utils._compat import Path
from poetry.utils._compat import glob


fixtures_dir = Path(__file__).parent / "fixtures"

Expand Down

0 comments on commit 6afff74

Please sign in to comment.