diff options
Diffstat (limited to 'examples/custom_attributes/custom_management.py')
-rw-r--r-- | examples/custom_attributes/custom_management.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/custom_attributes/custom_management.py b/examples/custom_attributes/custom_management.py index 2e2689140..644d512cf 100644 --- a/examples/custom_attributes/custom_management.py +++ b/examples/custom_attributes/custom_management.py @@ -87,7 +87,7 @@ class MyClass(object): class MyCollectionAdapter(object): """An wholly alternative instrumentation implementation.""" - + def __init__(self, key, state, collection): self.key = key self.state = state |