소스 검색

chore: Remove unnecessary import statement in app5.py

dxc 8 달 전
부모
커밋
4ba94fbfc5
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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