Skip to content

Commit aca02f0

Browse files
committed
constraints type check
1 parent 51398b7 commit aca02f0

File tree

1 file changed

+0
-1
lines changed
  • src/neo4j_graphrag/experimental/components

1 file changed

+0
-1
lines changed

src/neo4j_graphrag/experimental/components/schema.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ class PropertyType(BaseModel):
7676
]
7777
description: str = ""
7878
required: bool = False
79-
# unique: bool = False
8079
model_config = ConfigDict(
8180
frozen=True,
8281
)

0 commit comments

Comments
 (0)