fixup: remove an extra )

This commit is contained in:
tcely 2025-04-19 13:27:18 -04:00 committed by GitHub
parent e03c98d0a4
commit 725a7d2d61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ def fix_media_file(apps, schema_editor):
# Function above has been copied/modified and RunPython operations adjusted.
def media_file_location():
return str(settings.DOWNLOAD_ROOT))
return str(settings.DOWNLOAD_ROOT)
# Used the above function for storage location.