Skip to content

Commit 031225b

Browse files
committed
Fix incomplete typing
1 parent d4bacf8 commit 031225b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/pyld/jsonld.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ def normalize(self, input_, options):
989989
{'format': cause.format}) from cause
990990

991991

992-
def from_rdf(self, dataset: dict | Dataset, options):
992+
def from_rdf(self, dataset: dict | Dataset | str, options):
993993
"""
994994
Converts an RDF dataset to JSON-LD.
995995

specifications/json-ld-api

0 commit comments

Comments
 (0)