Skip to content

Commit

Permalink
fix: Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Christie committed Jan 15, 2025
1 parent b297640 commit 14dc69f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions viewer/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1918,6 +1918,8 @@ def create(self, request):
error, protein_files, compound_files = validate_file_transfer_files(request)
if error:
return Response(error['message'], status=error['status'])
assert protein_files
assert compound_files

# Create new file transfer job
logger.info('+ Calling ensure_project() to get the Squonk2 Project...')
Expand Down

0 comments on commit 14dc69f

Please sign in to comment.