Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
mkst committed Jul 12, 2024
1 parent 4340a03 commit e303202
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/coreapp/views/scratch.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def get_db_asm(request_asm: str) -> Asm:
# 1 MB
MAX_FILE_SIZE = 1000 * 1024


def cache_object(platform: Platform, file: File[Any]) -> Assembly:
# Validate file size
if file.size > MAX_FILE_SIZE:
Expand Down

0 comments on commit e303202

Please sign in to comment.