Cleanup: pep8
This commit is contained in:
@@ -8,7 +8,7 @@ DUMMY_NAME = "Untitled"
|
||||
DUMMY_PATH = __file__
|
||||
GLOBALS = {
|
||||
"error_num": 0,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
def as_float_32(f):
|
||||
@@ -142,5 +142,6 @@ def main():
|
||||
|
||||
print("Error (total): %d" % GLOBALS["error_num"])
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user