mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01: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…
Reference in New Issue
Block a user