Skip to content

Commit

Permalink
Minor formatting update
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinchuk committed Sep 14, 2023
1 parent a205451 commit 66b8aae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion gaps/batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
from gaps.config import load_config, ConfigType, resolve_all_paths
import gaps.cli.pipeline
from gaps.pipeline import Pipeline
from gaps.exceptions import gapsValueError, gapsConfigError, gapsFileNotFoundError
from gaps.exceptions import (
gapsValueError,
gapsConfigError,
gapsFileNotFoundError,
)
from gaps.warnings import gapsWarning


Expand Down

0 comments on commit 66b8aae

Please sign in to comment.