Skip to content

Commit

Permalink
sort import.
Browse files Browse the repository at this point in the history
  • Loading branch information
yecol committed Jun 13, 2023
1 parent 5812d48 commit 13b0fb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
import sys
from distutils.cmd import Command

from setuptools import Extension, find_packages, setup
from setuptools import Extension
from setuptools import find_packages
from setuptools import setup
from setuptools.command.build_ext import build_ext
from setuptools.command.build_py import build_py
from setuptools.command.develop import develop
Expand Down

0 comments on commit 13b0fb9

Please sign in to comment.