Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
[tenable] Fix typing in function
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelHassine committed Jan 8, 2025
1 parent 1731385 commit bbbca27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ class BaseEntity(BaseModelWithoutExtra): # type: ignore[type-arg]
"""Base class to implement common attributes and methods for all entities."""

_stix2_representation: Optional[Any] = PrivateAttr(None)
_id: str = PrivateAttr(None)
_id: str = PrivateAttr("")

def model_post_init(
self, context__: Any
Expand Down

0 comments on commit bbbca27

Please sign in to comment.