aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/addons/events.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/addons/events.py b/examples/addons/events.py
index 674ab4c8..cd714ba0 100644
--- a/examples/addons/events.py
+++ b/examples/addons/events.py
@@ -167,11 +167,6 @@ class Events:
loaded.
"""
- def tick(self):
- """
- A regular ticker - called approximately once every 100ms.
- """
-
def update(self, flows: typing.Sequence[mitmproxy.flow.Flow]):
"""
Update is called when one or more flow objects have been modified,