Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetretto committed Sep 13, 2024
1 parent 987ae25 commit eeada99
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/jobflow_remote/cli/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
import click
import typer

from jobflow_remote.cli.utils import IndexDirection, SerializeFileFormat, SortOption, str_to_dict
from jobflow_remote.cli.utils import (
IndexDirection,
SerializeFileFormat,
SortOption,
str_to_dict,
)
from jobflow_remote.config.base import LogLevel
from jobflow_remote.jobs.state import FlowState, JobState

Expand Down

0 comments on commit eeada99

Please sign in to comment.