Skip to content

Commit 3a3b66d

Browse files
committed
Flake8 correction.
Have I ever mentioned how much I dislike PEP8? ;)
1 parent de3fd8c commit 3a3b66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ def func_name(a, b):
455455
indented = kwargs.pop('indented', False)
456456
if not isinstance(indented, bool):
457457
raise TypeError('indented must be bool, not ' +
458-
repr(source_comments))
458+
repr(source_comments))
459459
s, v = compile_string(
460460
string, output_style, source_comments, include_paths, precision,
461461
custom_functions, indented

0 commit comments

Comments
 (0)