Skip to content

Commit a5a2428

Browse files
committed
Update pySHACL import to recognize typing
Other effects of pySHACL recent releases were observed on Make-managed files, unrelated to removing the ignore-typing designation. A follow-on patch will regenerate Make-managed files. Signed-off-by: Alex Nelson <[email protected]>
1 parent 02c844f commit a5a2428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

case_utils/case_validate/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
import warnings
4242
from typing import Any, Dict, List, Optional, Tuple, Union
4343

44-
import pyshacl # type: ignore
44+
import pyshacl
4545
import rdflib
4646
from rdflib import Graph
4747

0 commit comments

Comments
 (0)