mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 09:50:01 +00:00
remove unused imports
This commit is contained in:
parent
08e52ab9e4
commit
1966e92560
1 changed files with 0 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -3,8 +3,6 @@ import os
|
|||
import sys
|
||||
|
||||
from setuptools import Extension, setup
|
||||
from setuptools.command.build_ext import build_ext
|
||||
from setuptools.command.sdist import sdist
|
||||
|
||||
PYPY = hasattr(sys, "pypy_version_info")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue