Skip to content
Snippets Groups Projects
Commit 7158d7b2 authored by IsolatedSushi's avatar IsolatedSushi
Browse files

To satisfy linter

parent b742ce59
No related branches found
No related tags found
1 merge request!22Docstrings
Pipeline #91886 passed
......@@ -143,7 +143,7 @@ class ProjectionTransformer(t.Transformer):
self.sizeSoFar = self.fileSize
t2 = time.time()
printMessage("Finished in {0}".format(t2-t1))
printMessage("Finished in {0}".format(t2 - t1))
def printMessage(message):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment