Skip to content

Commit

Permalink
fixing isort issues
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Jul 9, 2021
1 parent 3a23a34 commit ed4a3c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/spack/spack/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@
from six import string_types

import llnl.util.tty as tty
from llnl.util.filesystem import working_dir

import spack.error
import spack.paths
import spack.util.spack_json as sjson
from llnl.util.filesystem import working_dir
from spack.util.spack_yaml import syaml_dict

__all__ = ['Version', 'VersionRange', 'VersionList', 'ver']
Expand Down

0 comments on commit ed4a3c8

Please sign in to comment.