Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Nov 26, 2024
1 parent 3f7cf7c commit 15f2d7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spalloc_client/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import subprocess
import time
from types import TracebackType
from typing import Any, cast, Dict, Optional, Tuple, Type, Union
from typing import cast, Dict, Optional, Tuple, Type, Union
import sys

from typing_extensions import Literal, Self
Expand Down
2 changes: 1 addition & 1 deletion spalloc_client/scripts/alloc.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
import subprocess
import sys
import tempfile
from typing import Any, Dict, List, Optional, Tuple, Union
from typing import Dict, List, Optional, Tuple, Union
from shlex import quote
from spalloc_client import (
config, Job, JobState, __version__, ProtocolError, ProtocolTimeoutError,
Expand Down
2 changes: 1 addition & 1 deletion spalloc_client/scripts/ps.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import argparse
from collections.abc import Sized
import sys
from typing import Any, cast, Dict, Union
from typing import cast, Dict, Union

from spinn_utilities.overrides import overrides
from spinn_utilities.typing.json import JsonObjectArray
Expand Down

0 comments on commit 15f2d7d

Please sign in to comment.