Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
magbak committed Oct 8, 2024
1 parent 1c257c0 commit b31facf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py_chrontext/chrontext/chrontext.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ class Engine:
:return: The query result.
"""

def serve_postgres(self, catalog:Catalog):
def serve_postgres(self, catalog:"Catalog"):
"""
Serve the data product catalog as a postgres endpoint.
Contact DataTreehouse to try.
Expand Down Expand Up @@ -371,7 +371,7 @@ class Catalog:
"""
A Catalog maps SPARQL queries to virtual SQL tables.
"""
def __init__(self, data_products:Dict[str, DataProduct]):
def __init__(self, data_products:Dict[str, "DataProduct"]):
"""
Create a new data product catalog, which defines virtual tables.
Expand Down

0 comments on commit b31facf

Please sign in to comment.