Skip to content

Commit f99e9ea

Browse files
authored
Merge pull request #325 from bact/rm-py39-support
Add future annotations to keep Python 3.9 support
2 parents 9eeb9bf + eff073d commit f99e9ea

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyshacl/graph_abstraction.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
try:
24
from pyoxigraph import (
35
BlankNode as ox_BlankNode,

0 commit comments

Comments
 (0)