Skip to content

Commit

Permalink
suppress lint too-many-locals
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-muchiri committed Sep 30, 2024
1 parent 5c7bfba commit e502120
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions onadata/libs/utils/image_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def flat(*nums):
return tuple(int(round(n)) for n in nums)


# pylint: disable=too-many-arguments,too-many-locals
def generate_media_download_url(
file_path, mimetype, filename=None, show_date=False, expiration: int = 3600
):
Expand Down

0 comments on commit e502120

Please sign in to comment.