Explorar el Código

chore: Remove unnecessary import statement in app5.py

dxc hace 8 meses
padre
commit
4ba94fbfc5
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      app5.py

+ 0 - 1
app5.py

@@ -2,7 +2,6 @@ import re
 import threading
 import time
 from flask import Flask, jsonify,send_from_directory
-
 from basket_cleaning_detect import start_basket_cleaning_detection,init_basket_cleaning_detection
 from globals import inference_thread, stop_event,redis_client