Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
psakievich committed Dec 2, 2023
1 parent 2b4be55 commit f743af9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion manager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import llnl.util.lang

import spack.util.spack_yaml as syaml

from spack.util.path import canonicalize_path

DETECTION_SCRIPT = "find-{n}.py"
Expand Down
5 changes: 3 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@

import pytest

from spack.test.conftest import * # noqa: F401 F403
import spack.extensions
from spack.test.conftest import * # noqa: F401 F403

spack.extensions.get_module("manager")

import spack.extensions.manager as manager # noqa E402
import spack.extensions.manager as manager # noqa E402

_test_root = os.path.dirname(__file__)


Expand Down
1 change: 1 addition & 0 deletions tests/test_create_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# for more details.

import os

import pytest

import spack.environment as env
Expand Down

0 comments on commit f743af9

Please sign in to comment.