Skip to content

Commit

Permalink
style(pre-commit.ci): auto fixes [...]
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jun 5, 2024
1 parent 01daac0 commit 9c2dfdd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/careamics/cli/conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Configuration building convenience functions for the CAREamics CLI."""

import os
import sys
from dataclasses import dataclass
from pathlib import Path
Expand All @@ -16,15 +15,14 @@
create_care_configuration,
create_n2n_configuration,
create_n2v_configuration,
save_configuration
save_configuration,
)

WORK_DIR = Path.cwd()

app = typer.Typer()



def _config_builder_exit(ctx: typer.Context, config: Configuration) -> None:
"""
Function to be called at the end of a CLI configuration builder.
Expand Down

0 comments on commit 9c2dfdd

Please sign in to comment.