Skip to content

Commit

Permalink
Remove get_export_vex_url func from Package model
Browse files Browse the repository at this point in the history
Signed-off-by: ziadhany <ziadhany2016@gmail.com>
  • Loading branch information
ziadhany committed Apr 29, 2024
1 parent 49a8bad commit 12b62df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions component_catalog/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1917,8 +1917,6 @@ def get_export_spdx_url(self):
def get_export_cyclonedx_url(self):
return self.get_url("export_cyclonedx")

def get_export_vex_url(self):
return self.get_url("export_vex")

@classmethod
def get_identifier_fields(cls):
Expand Down

0 comments on commit 12b62df

Please sign in to comment.