sigyllly commited on
Commit
87c9df9
·
verified ·
1 Parent(s): 818722e

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +0 -4
utils.py CHANGED
@@ -209,10 +209,6 @@ def create_encrypted_7z_archive(file_path, password):
209
 
210
  return archive_path
211
 
212
- from flask import send_file, jsonify, make_response
213
-
214
- from flask import send_file, jsonify, make_response
215
-
216
  def process_request(request):
217
  temp_dir = None # Initialize temp_dir to be used in the finally block
218
  try:
 
209
 
210
  return archive_path
211
 
 
 
 
 
212
  def process_request(request):
213
  temp_dir = None # Initialize temp_dir to be used in the finally block
214
  try: