Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 9571000

Browse files
fix: reduce diff
1 parent 737b1ae commit 9571000

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import subprocess
22
from codecs import open
33

4-
from setuptools import find_packages, setup
5-
from setuptools.command import build_py, develop
4+
from setuptools import setup
5+
from setuptools.command import develop, build_py
66

77

88
def readme():

0 commit comments

Comments
 (0)