updade from Atlas repo

This commit is contained in:
Luciano Ramalho
2021-05-21 18:56:12 -03:00
parent c518bf851e
commit 8a330d822b
120 changed files with 2190 additions and 1184 deletions

View File

@@ -53,4 +53,4 @@ def test_double_nparray() -> None:
def test_double_none() -> None:
given = None
with pytest.raises(TypeError):
result = double(given)
double(given)