Skip to content

Commit

Permalink
去除server.py中无用的依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoZuohong committed Sep 23, 2023
1 parent 93cbc91 commit a99b6f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

import os
import multiprocessing
import subprocess
from threading import Thread
import json
import time
Expand All @@ -26,7 +25,6 @@

from functools import wraps

import importlib.util
import pathlib


Expand Down

0 comments on commit a99b6f2

Please sign in to comment.