fix FORMATS import
This commit is contained in:
parent
65fbe46fb0
commit
8a1870dbcd
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import docker
|
|||
import typing
|
||||
from dataclasses import dataclass
|
||||
from graphviz import Graph
|
||||
from graphviz.backend import FORMATS
|
||||
from graphviz.parameters.formats import FORMATS
|
||||
|
||||
# colorlover.scales["12"]["qual"]["Paired"] converted to hex strings
|
||||
# Also some neutral colors from colormind.io
|
||||
|
|
Loading…
Reference in a new issue