From 626443bf304091bcfc445ff902c07d82e2cc586d Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Tue, 3 Apr 2018 18:06:54 -0700 Subject: [PATCH] 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. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 770e06dca..09bf9d00b 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,6 @@ import warnings import datetime import tempfile import subprocess -from math import ceil warnings.filterwarnings('always', category=DeprecationWarning)