Skip to content

Commit

Permalink
Fix isort issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
antarcticrainforest committed Mar 20, 2024
1 parent 041439c commit d2bd89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernel_install/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import argparse
import sys
from pathlib import Path
from typing import cast, Callable, Dict, List, Optional
from typing import Callable, Dict, List, Optional, cast

from rich import print as pprint
from rich_argparse import ArgumentDefaultsRichHelpFormatter
Expand Down

0 comments on commit d2bd89c

Please sign in to comment.