Skip to content

Commit

Permalink
patch: fhirdb.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anubhuti24 committed Jul 19, 2024
1 parent 73744fc commit 99b8977
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion personal_graph/database/fhirdb/fhirDB.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@

try:
import libsql_experimental as libsql # type: ignore

CursorExecFunction = Callable[[libsql.Cursor, libsql.Connection], Any]

except ImportError:
pass


JSON_SCHEMA_FILE = os.path.join(os.path.dirname(__file__), "fhir_4.schema.json")
CursorExecFunction = Callable[[libsql.Cursor, libsql.Connection], Any]


@lru_cache(maxsize=None)
Expand Down

0 comments on commit 99b8977

Please sign in to comment.