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

The ceil() function was previously used in setup.py was removed by
commit c3a2c800f1c36adff0db9651c2d74c3f6a648f84. 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 tempfile
import subprocess
from math import ceil
warnings.filterwarnings('always', category=DeprecationWarning)