mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-20 04:13:16 +00:00
remove unused import
This commit is contained in:
parent
280d56eb9b
commit
eec02b8729
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
@ -2,7 +2,6 @@
|
||||||
# coding: utf-8
|
# coding: utf-8
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
import shutil
|
|
||||||
from glob import glob
|
from glob import glob
|
||||||
from distutils.command.sdist import sdist
|
from distutils.command.sdist import sdist
|
||||||
from setuptools import setup, Extension
|
from setuptools import setup, Extension
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue