Skip to content

Commit 6ce8d2b

Browse files
committed
PEP8 format spacing
1 parent 19aaf63 commit 6ce8d2b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/bootstrap/configure.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -392,11 +392,12 @@ def set(key, value):
392392

393393

394394
def is_number(value):
395-
try:
396-
float(value)
397-
return True
398-
except ValueError:
399-
return False
395+
try:
396+
float(value)
397+
return True
398+
except ValueError:
399+
return False
400+
400401

401402
# Here we walk through the constructed configuration we have from the parsed
402403
# command line arguments. We then apply each piece of configuration by

0 commit comments

Comments
 (0)