Skip to content

Commit

Permalink
flake8 line length err
Browse files Browse the repository at this point in the history
New version of flake8 for some reason chokes on historically fine line.
  • Loading branch information
yaythomas committed Aug 4, 2022
1 parent ee4862d commit 4123bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypyr/steps/dsl/fileinoutrewriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def iter_replace_strings(replacements):
"""
def function_iter_replace_strings(iterable_strings):
"""Yield a formatted string from iterable_strings using a generator.
"""Yield a formatted string from iterable_strings using generator.
Args:
iterable_strings: Iterable containing strings. E.g a file-like
Expand Down

0 comments on commit 4123bfe

Please sign in to comment.