Skip to content

Commit

Permalink
fix minor flake8 violation in test_step.py
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Mar 6, 2023
1 parent a92a6ab commit 968fae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class LoggingPipeline(Pipeline):
"""

def process(self):
self.log.warning(f"This step has called out a warning.")
self.log.warning("This step has called out a warning.")

self.log.warning(f"{self.log} {self.log.handlers}")
return
Expand Down

0 comments on commit 968fae9

Please sign in to comment.