Skip to content

Commit

Permalink
remove unused comments from Property
Browse files Browse the repository at this point in the history
  • Loading branch information
a-s-g93 committed Oct 16, 2024
1 parent a419aef commit c8c175c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions neo4j_runway/models/core/property.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ class Property(BaseModel):
is_unique: bool = False
part_of_key: bool = False

# is_indexed: bool
# must_exist: bool
@field_validator("name")
def validate_name(cls, name: str, info: ValidationInfo) -> str:
apply_neo4j_naming_conventions: bool = (
Expand Down

0 comments on commit c8c175c

Please sign in to comment.