Skip to content

Commit baded90

Browse files
fix: add missing __future__ import to builtin_collectors.py for Python 3.9
1 parent c51924f commit baded90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyqual/builtin_collectors.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
"""Built-in metric collector plugins for pyqual."""
22

3+
from __future__ import annotations
4+
35
import json
46
from pathlib import Path
57
from typing import Any

0 commit comments

Comments
 (0)