Skip to content

Commit

Permalink
fix linting with black
Browse files Browse the repository at this point in the history
  • Loading branch information
harshit-wadhwani committed Oct 4, 2024
1 parent 187b31f commit 92d8745
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions capa/features/freeze/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ class PropertyFeature(FeatureModel):
property: str
description: Optional[str] = None


class NumberFeature(FeatureModel):
type: Literal["number"] = "number"
number: Union[int, float]
Expand Down

0 comments on commit 92d8745

Please sign in to comment.