Skip to content

Commit f197773

Browse files
fix: add missing __future__ import to validation.py for Python 3.9
1 parent 22739e1 commit f197773

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyqual/validation.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
(PROJECT) or surface it to the user (PIPELINE/LLM).
2323
"""
2424

25+
from __future__ import annotations
26+
2527
import re
2628
import shutil
2729
from dataclasses import dataclass, field

0 commit comments

Comments
 (0)