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:
Kumi 2024-05-23 12:52:16 +02:00
parent 5a69bb0c91
commit 31eef48ee4
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -3,7 +3,6 @@
import ast
import tokenize
import pathlib
import setuptools
import sys
import traceback