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 6cddfe7bd..5ee5a45f8 100644 --- a/examples/custom_attributes/custom_management.py +++ b/examples/custom_attributes/custom_management.py @@ -43,7 +43,7 @@ class MyClassState(InstrumentationManager): return find -class MyClass(object): +class MyClass: __sa_instrumentation_manager__ = MyClassState def __init__(self, **kwargs): |