refactor(chalice): refactored code
This commit is contained in:
parent
a1989eb574
commit
d3851cedec
1 changed files with 0 additions and 1 deletions
|
|
@ -8,7 +8,6 @@ SCOPES = SecurityScopes([schemas.Permissions.DEV_TOOLS])
|
|||
|
||||
|
||||
def get_urls(session_id, project_id, context: schemas.CurrentContext, check_existence: bool = True):
|
||||
print("1>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>")
|
||||
if not permissions.check(security_scopes=SCOPES, context=context):
|
||||
return []
|
||||
return _get_urls(session_id=session_id, project_id=project_id, context=context, check_existence=check_existence)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue