Run Black+Flake8 on project
This commit is contained in:
committed by
Seth Michael Larson
parent
3a89b7bd01
commit
210fae23d0
@@ -77,6 +77,6 @@ class TestDeserializer(TestCase):
|
||||
self.assertRaises(SerializationError, self.de.loads, "{}", "text/html")
|
||||
|
||||
def test_raises_improperly_configured_when_default_mimetype_cannot_be_deserialized(
|
||||
self
|
||||
self,
|
||||
):
|
||||
self.assertRaises(ImproperlyConfigured, Deserializer, {})
|
||||
|
||||
Reference in New Issue
Block a user