mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-26 04:51:06 -05:00
Merge pull request #1334 from JohnVillalovos/setup
setup.py: Remove unneeded import of match for ceil() function
This commit is contained in:
commit
6a8921fc64
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…
x
Reference in New Issue
Block a user