Skip to content

Commit

Permalink
More style
Browse files Browse the repository at this point in the history
  • Loading branch information
psakievich committed Nov 30, 2023
1 parent 63f3791 commit 3306a46
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Checkout Spack
uses: actions/checkout@v3
Expand Down
2 changes: 0 additions & 2 deletions manager/manager_cmds/find_machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
# This software is released under the BSD 3-clause license. See LICENSE file
# for more details.

import sys

import manager


Expand Down

0 comments on commit 3306a46

Please sign in to comment.