Skip to content

Commit bb6239c

Browse files
committed
Fix flake-8 warning, line too long
1 parent 00c8876 commit bb6239c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lingua_franca/lang/parse_sv.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ def extract_number_sv(text, short_scale=True, ordinals=False):
166166
(int) or (float): The value of extracted number
167167
"""
168168
# TODO: short_scale and ordinals don't do anything here.
169-
# The parameters are present in the function signature for API compatibility
170-
# reasons.
169+
# The parameters are present in the function signature for API
170+
# compatibility reasons.
171171
text = text.lower()
172172
aWords = text.split()
173173
and_pass = False

0 commit comments

Comments
 (0)