Formating.

This commit is contained in:
Romain Dorgueil
2017-05-22 10:35:54 +02:00
parent a45a6830c7
commit 52b06834e2
3 changed files with 2 additions and 2 deletions

View File

@ -15,6 +15,7 @@ class MethodBasedConfigurable(Configurable):
def test_one_wrapper_only():
with pytest.raises(ConfigurationError):
class TwoMethods(Configurable):
h1 = Method()
h2 = Method()