Skip to content

Commit 278657c

Browse files
committed
Remove pylint warning in function replace_formatters
1 parent f8a970d commit 278657c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

msgcheck/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def count_lines(string):
3838
return count
3939

4040

41+
# pylint: disable=too-many-branches
4142
def replace_formatters(string, replace, fmt):
4243
"""
4344
Replace formatters (like "%s" or "%03d") with a replacement string.

0 commit comments

Comments
 (0)