Skip to content

Commit

Permalink
tweak cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Brauer <[email protected]>
  • Loading branch information
danbrauer committed Nov 13, 2024
1 parent 9f8cd3c commit 069b0ec
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cartography/models/github/orgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from cartography.models.core.common import PropertyRef
from cartography.models.core.nodes import CartographyNodeProperties
from cartography.models.core.nodes import CartographyNodeSchema
from cartography.models.core.relationships import CartographyRelProperties


@dataclass(frozen=True)
Expand All @@ -19,11 +18,6 @@ class GitHubOrganizationNodeProperties(CartographyNodeProperties):
lastupdated: PropertyRef = PropertyRef('lastupdated', set_in_kwargs=True)


@dataclass(frozen=True)
class GitHubUserToOrganizationRelProperties(CartographyRelProperties):
lastupdated: PropertyRef = PropertyRef('lastupdated', set_in_kwargs=True)


@dataclass(frozen=True)
class GitHubOrganizationSchema(CartographyNodeSchema):
label: str = 'GitHubOrganization'
Expand Down

0 comments on commit 069b0ec

Please sign in to comment.