Skip to content

Commit

Permalink
Added address to organizationalEntity
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Horton <paul.horton@owasp.org>
  • Loading branch information
madpah committed Apr 8, 2024
1 parent 318d723 commit 1327558
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/complex_serialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@

from cyclonedx.exception import MissingOptionalDependencyException
from cyclonedx.factory.license import LicenseFactory
from cyclonedx.model import OrganizationalEntity, XsUri
from cyclonedx.model import XsUri
from cyclonedx.model.contact import OrganizationalEntity
from cyclonedx.model.bom import Bom
from cyclonedx.model.component import Component, ComponentType
from cyclonedx.output import make_outputter
Expand Down

0 comments on commit 1327558

Please sign in to comment.