Skip to content

Commit

Permalink
Merge pull request #19 from Copyleaks/features/1203221642267913/updat…
Browse files Browse the repository at this point in the history
…e-properties

Features/1203221642267913/update properties
  • Loading branch information
AihamAR authored Jun 8, 2023
2 parents a2d8cd9 + e49fe38 commit d2d1945
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 48 deletions.
31 changes: 0 additions & 31 deletions copyleaks/models/submit/properties/scan_priority.py

This file was deleted.

17 changes: 0 additions & 17 deletions copyleaks/models/submit/properties/scan_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,23 +89,6 @@ def set_developer_payload(self, value):

self.developerPayload = value

def get_priority(self):
'''
Getting the scan priority.
'''
return self.priority

def set_priority(self, value):
'''
Set scan priority.
Parameters:
value: ScanPriority enum.
'''

assert value

self.priority = value

def get_sandbox(self):
'''
Expand Down

0 comments on commit d2d1945

Please sign in to comment.