Skip to content

Commit 69a84c9

Browse files
committed
fixed linting
1 parent c7e445a commit 69a84c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hpc_helper/_hpc_helper.py

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

1010
from hpc_helper._types import path_t
1111

0 commit comments

Comments
 (0)