cdactvm commited on
Commit
c9164ad
·
verified ·
1 Parent(s): 9eb3cf7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -223,7 +223,6 @@ for word in textnum.split():
223
  lastscale = True
224
  elif word in units:
225
  lastunit = True
226
-
227
  if onnumber:
228
  curstring += repr(result + current)
229
 
 
223
  lastscale = True
224
  elif word in units:
225
  lastunit = True
 
226
  if onnumber:
227
  curstring += repr(result + current)
228