Skip to content

Commit

Permalink
updating python class for infores schema
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Jun 30, 2023
1 parent f159d77 commit 1cc385d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions information_resource.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Auto generated from information-resource.yaml by pythongen.py version: 0.9.0
# Generation date: 2023-06-29T14:55:00
# Generation date: 2023-06-30T16:31:33
# Schema: Biolink-Model
#
# id: https://w3id.org/biolink/biolink-model
Expand All @@ -24,7 +24,7 @@
from linkml_runtime.linkml_model.types import String

metamodel_version = "1.7.0"
version = "3.4.3"
version = "3.5.0"

# Overwrite dataclasses _init_fn to add **kwargs in __init__
dataclasses._init_fn = dataclasses_init_fn_with_kwargs
Expand Down

0 comments on commit 1cc385d

Please sign in to comment.