Skip to content

Commit d180d42

Browse files
committed
Fix flake8 complaint about line length
1 parent da65553 commit d180d42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

beetsplug/zero.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ def validate_config(self, mode):
8181

8282
def set_pattern(self, field):
8383
"""Set a field in `self.patterns` to a string list corresponding to
84-
the configuration, or `True` if the field has no specific configuration.
84+
the configuration, or `True` if the field has no specific
85+
configuration.
8586
"""
8687
try:
8788
self.patterns[field] = self.config[field].as_str_seq()

0 commit comments

Comments
 (0)