Fix: gitignore newlines

This commit is contained in:
Istvan Ruzman
2020-08-17 09:31:43 +02:00
parent 705645195a
commit 96bcd393a1
3 changed files with 2 additions and 3 deletions

View File

@@ -409,4 +409,3 @@ def test_get_nonexisting_attributes_from_dictionaries(attribute):
dd = Dictionary("", dictionary)
with pytest.raises(KeyError):
_ = dd[attribute]