Skip to content

Commit

Permalink
fix linting for Value
Browse files Browse the repository at this point in the history
  • Loading branch information
ekneg54 committed Oct 1, 2024
1 parent 72467e6 commit d25ef2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logprep/framework/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class Metrics(Component.Metrics):
_logprep_config: Configuration
""" the logprep configuration dict """

_continue_iterating: Value
_continue_iterating: Any
""" a flag to signal if iterating continues """

pipeline_index: int
Expand Down

0 comments on commit d25ef2a

Please sign in to comment.