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 2c4e868 commit c6bf41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py_chrontext/chrontext/chrontext.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ class Engine:
virtualized_bigquery_database: Optional[VirtualizedBigQueryDatabase]=None,
virtualized_opcua_database: Optional[VirtualizedOPCUADatabase]=None,
sparql_endpoint: Optional[str]=None,
sparql_embedded_oxigraph: Optional[SparqlEmbeddedOxigraph]=None,
sparql_embedded_oxigraph: Optional["SparqlEmbeddedOxigraph"]=None,
) -> Engine:
"""
Construct a new hybrid query engine.
Expand Down

0 comments on commit c6bf41c

Please sign in to comment.