mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-24 15:50:33 +03:00
Removed functools and operator import which are not needed anymore
Signed-off-by: Andreas Florath <andreas@florath.net>
This commit is contained in:
parent
a04c6a27e8
commit
f7d40ce31c
|
@ -21,9 +21,7 @@
|
||||||
# See the README file for information on usage and redistribution.
|
# See the README file for information on usage and redistribution.
|
||||||
#
|
#
|
||||||
|
|
||||||
import functools
|
|
||||||
import math
|
import math
|
||||||
import operator
|
|
||||||
|
|
||||||
|
|
||||||
class Stat:
|
class Stat:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user