forked from LiveCarta/BookConverter
rewrite imports
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import re
|
||||
|
||||
from webcolors import html4_hex_to_names, hex_to_rgb, rgb_to_name, rgb_percent_to_hex, rgb_to_hex, css3_names_to_hex
|
||||
from colorsys import hls_to_rgb
|
||||
from webcolors import html4_hex_to_names, hex_to_rgb, rgb_to_name, rgb_percent_to_hex, rgb_to_hex, css3_names_to_hex
|
||||
|
||||
|
||||
|
||||
def closest_colour_rgb(requested_color):
|
||||
|
||||
Reference in New Issue
Block a user