Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jun 27, 2024
1 parent 19b5ba0 commit 6b2fa2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spalloc_client/scripts/alloc.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def run_command(
height=height,
ethernet_ips=ip_file_filename,
id=job_id)
for arg in command]
for arg in command]

# NB: When using shell=True, commands should be given as a string rather
# than the usual list of arguments.
Expand Down
2 changes: 1 addition & 1 deletion spalloc_client/scripts/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"""
import argparse
import sys
from typing import Dict
from typing import Any, Dict

from spalloc_client import __version__, JobState
from spalloc_client.term import (
Expand Down
2 changes: 1 addition & 1 deletion tests/scripts/test_ps.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

import collections
import datetime
from mock import Mock, MagicMock# type: ignore[import]
from mock import Mock, MagicMock # type: ignore[import]
import pytest
from spalloc_client.scripts.ps import main, render_job_list
from spalloc_client.scripts.support import (
Expand Down

0 comments on commit 6b2fa2c

Please sign in to comment.