Skip to content

Commit

Permalink
Fix import order in project_test.py
Browse files Browse the repository at this point in the history
Signed-off-by: Mykyta Usikov <mykyta.usikov@gmail.com>
  • Loading branch information
musikov committed May 5, 2020
1 parent a64973f commit cc2172f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/project_test.py
Expand Up @@ -12,8 +12,8 @@

from .. import mock
from .. import unittest
from ..helpers import BUSYBOX_IMAGE_NAME
from ..helpers import BUSYBOX_DEFAULT_TAG
from ..helpers import BUSYBOX_IMAGE_NAME
from ..helpers import BUSYBOX_IMAGE_WITH_TAG
from compose.config import ConfigurationError
from compose.config.config import Config
Expand Down

0 comments on commit cc2172f

Please sign in to comment.