Skip to content

Commit c7e445a

Browse files
committed
fixed linting for 3.10
1 parent f336486 commit c7e445a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

hpc_helper/_hpc_helper.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
import sys
66
import warnings
77
from pathlib import Path
8-
from typing import Optional, Sequence
9-
10-
from typing_extensions import Literal, get_args
8+
from typing import Optional, Sequence, Literal, get_args
119

1210
from hpc_helper._types import path_t
1311

0 commit comments

Comments
 (0)