Skip to content

Commit

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

from hpc_helper._types import path_t

Expand Down

0 comments on commit 69a84c9

Please sign in to comment.