Fixing lint errors.
This commit is contained in:
parent
637e0188a2
commit
d852f7dd06
2 changed files with 6 additions and 6 deletions
|
|
@ -135,7 +135,7 @@ ACTION_MAP = {
|
|||
|
||||
def parse_key_name(pth):
|
||||
# strip the first '/' left by urlparse
|
||||
return pth[1:] if pth.startswith('/') else pth
|
||||
return pth[1:] if pth.startswith("/") else pth
|
||||
|
||||
|
||||
def is_delete_keys(request, path, bucket_name):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue