Skip to content

Commit

Permalink
add the revised docstring back again
Browse files Browse the repository at this point in the history
  • Loading branch information
salty-ivy committed Aug 31, 2024
1 parent a6f6b49 commit 6ba6a6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions debug_toolbar/panels/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ def enable_instrumentation(self):
Unless the toolbar or this panel is disabled, this method will be
called early in ``DebugToolbarMiddleware``. It should be idempotent.
Add aenable instrumentation method in panel class in order
to support async intrumentation logic if required.
"""

def disable_instrumentation(self):
Expand Down

0 comments on commit 6ba6a6d

Please sign in to comment.