summaryrefslogtreecommitdiffstats
path: root/third_party/python/glean_parser/glean_parser/python_server.py
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/python/glean_parser/glean_parser/python_server.py')
-rw-r--r--third_party/python/glean_parser/glean_parser/python_server.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/python/glean_parser/glean_parser/python_server.py b/third_party/python/glean_parser/glean_parser/python_server.py
index 8ead0eb315..db9d39f540 100644
--- a/third_party/python/glean_parser/glean_parser/python_server.py
+++ b/third_party/python/glean_parser/glean_parser/python_server.py
@@ -20,6 +20,7 @@ see `SUPPORTED_METRIC_TYPES` below.
The generated code creates a `ServerEventLogger` class for each ping that has
at least one event metric. The class has a `record` method for each event metric.
"""
+
from collections import defaultdict
from pathlib import Path
from typing import Any, Dict, Optional, List