Просмотр исходного кода

chore: Remove unnecessary import statement in app5.py

dxc 8 месяцев назад
Родитель
Сommit
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