Skip to content

Commit

Permalink
imports in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
astonzhang committed Oct 10, 2018
1 parent 55c0969 commit 8bbd783
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
#!/usr/bin/env python
import os
import io
import os
import re
from setuptools import setup, find_packages
import shutil
import sys
import math
from setuptools import setup, find_packages

def read(*names, **kwargs):
with io.open(
Expand Down

0 comments on commit 8bbd783

Please sign in to comment.