mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-26 04:32:51 +01:00
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:
parent
5daaa14825
commit
626443bf30
1
setup.py
1
setup.py
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user