Skip to content

Commit ed960c9

Browse files
fix: add missing __future__ import to report_generator.py for Python 3.9
1 parent 1669d0c commit ed960c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyqual/report_generator.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
- Current metrics and gates status
99
"""
1010

11+
from __future__ import annotations
12+
1113
import json
1214
import sqlite3
1315
from dataclasses import dataclass

0 commit comments

Comments
 (0)