Skip to content

Commit

Permalink
FIX: trying to make isort happy
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Nov 4, 2019
1 parent c156f69 commit 840c9c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/console/commands/test_new.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
import tomlkit
from cleo.testers import CommandTester

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

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

Expand Down

0 comments on commit 840c9c4

Please sign in to comment.