Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
ref [8768277]
  • Loading branch information
Virgil Dupras committed Jun 2, 2017
1 parent cd49216 commit d4624ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/conf/test_config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from test.support import EnvironmentVarGuard

import pytest
from test.support import EnvironmentVarGuard

from lxdock.conf.config import Config
from lxdock.conf.exceptions import (ConfigFileInterpolationError, ConfigFileNotFoundError,
Expand Down

0 comments on commit d4624ff

Please sign in to comment.