Skip to content

Commit

Permalink
add "event" to all entity types
Browse files Browse the repository at this point in the history
  • Loading branch information
subbyte committed Jul 23, 2024
1 parent 65af616 commit 2fd4584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kestrel_core/src/kestrel/config/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def get_all_relations() -> List[str]:
def get_all_entity_types() -> List[str]:
global entity_types
if not entity_types:
_entity_types = set()
_entity_types = {"event"}
for filepath in list_folder_files(
"kestrel.config", "relations", extension="csv"
):
Expand Down

0 comments on commit 2fd4584

Please sign in to comment.