[simplex] Fix formatting and typing for CI.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Mikaël Capelle
2021-03-03 20:09:50 +00:00
parent 16453c424d
commit 1bcdb494cf
2 changed files with 39 additions and 15 deletions

View File

@@ -4,8 +4,8 @@ from simplex.magic_dictionary import magic_dictionary
def test_basic():
""" Tests that a non-customized magic_dictionary acts
as a standard python dictionary. """
"""Tests that a non-customized magic_dictionary acts
as a standard python dictionary."""
d = magic_dictionary()
assert len(d) == 0