feat: remove unused setuptools import
Removed an unnecessary import of `setuptools` from `__main__.py`. This cleanup reduces the module's dependencies and potentially decreases startup time, making the codebase more efficient and lightweight. No significant functionality is affected by this change, consistent with our ongoing efforts to streamline the code.
This commit is contained in:
parent
5a69bb0c91
commit
31eef48ee4
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
||||||
import ast
|
import ast
|
||||||
import tokenize
|
import tokenize
|
||||||
import pathlib
|
import pathlib
|
||||||
import setuptools
|
|
||||||
import sys
|
import sys
|
||||||
import traceback
|
import traceback
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue