mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-28 08:26:27 +02:00
Optimize imports.
This commit is contained in:
parent
5b22f7f78e
commit
9613ec2cd4
10 changed files with 12 additions and 14 deletions
|
@ -3,7 +3,7 @@ Test color functions.
|
|||
"""
|
||||
from colour import Color
|
||||
|
||||
from roentgen.color import is_bright, get_gradient_color
|
||||
from roentgen.color import get_gradient_color, is_bright
|
||||
from roentgen.util import MinMax
|
||||
|
||||
__author__ = "Sergey Vartanov"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue