Skip to content

Commit

Permalink
Fix flake-8 warning, line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
forslund committed Dec 7, 2021
1 parent 00c8876 commit bb6239c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lingua_franca/lang/parse_sv.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ def extract_number_sv(text, short_scale=True, ordinals=False):
(int) or (float): The value of extracted number
"""
# TODO: short_scale and ordinals don't do anything here.
# The parameters are present in the function signature for API compatibility
# reasons.
# The parameters are present in the function signature for API
# compatibility reasons.
text = text.lower()
aWords = text.split()
and_pass = False
Expand Down

0 comments on commit bb6239c

Please sign in to comment.