Merge pull request #1334 from JohnVillalovos/setup

setup.py: Remove unneeded import of match for ceil() function
This commit is contained in:
James Lu 2018-04-03 18:13:22 -07:00 committed by GitHub
commit 6a8921fc64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ import warnings
import datetime
import tempfile
import subprocess
from math import ceil
warnings.filterwarnings('always', category=DeprecationWarning)