Skip to content

Commit

Permalink
fixed linting for 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
richrobe committed Dec 27, 2022
1 parent f336486 commit c7e445a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hpc_helper/_hpc_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
import sys
import warnings
from pathlib import Path
from typing import Optional, Sequence

from typing_extensions import Literal, get_args
from typing import Optional, Sequence, Literal, get_args

from hpc_helper._types import path_t

Expand Down

0 comments on commit c7e445a

Please sign in to comment.