setup.py: Remove unneeded import of match for ceil() function

The ceil() function was previously used in setup.py was removed by
commit c3a2c800f1. So we no longer need
it.
This commit is contained in:
John L. Villalovos 2018-04-03 18:06:54 -07:00
parent 5daaa14825
commit 626443bf30

View File

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