Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 28, 2023
1 parent 4896747 commit 2b85d3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion glotaran/io/preprocessor/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from .pipeline import PreProcessingPipeline
from glotaran.io.preprocessor.pipeline import PreProcessingPipeline
4 changes: 2 additions & 2 deletions glotaran/io/preprocessor/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
from pydantic import BaseModel
from pydantic import Field

from .preprocessor import CorrectBaselineAverage
from .preprocessor import CorrectBaselineValue
from glotaran.io.preprocessor.preprocessor import CorrectBaselineAverage
from glotaran.io.preprocessor.preprocessor import CorrectBaselineValue

PipelineAction = Annotated[
CorrectBaselineValue | CorrectBaselineAverage,
Expand Down

0 comments on commit 2b85d3d

Please sign in to comment.