Skip to content

Commit

Permalink
delete unreferenced imports
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangchi committed Oct 11, 2023
1 parent 4a5ce6f commit 88a18bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/head_move/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
warnings.filterwarnings('ignore')

from flask import Flask, request, jsonify
from concurrent.futures import ProcessPoolExecutor, ThreadPoolExecutor, wait, ALL_COMPLETED
from concurrent.futures import ProcessPoolExecutor

app = Flask(__name__)

Expand Down

0 comments on commit 88a18bd

Please sign in to comment.