fix minor styling issue

This commit is contained in:
Bastien Gérard
2019-12-14 15:39:02 +01:00
parent 6bc4e602bb
commit 9166ba91d7
5 changed files with 8 additions and 5 deletions

View File

@@ -135,6 +135,7 @@ def test_big_doc():
% (timeit(create_and_delete_company, 10) * 10 ** 3)
)
if __name__ == "__main__":
test_basic()
print("-" * 100)