mirror of https://github.com/skygpu/skynet.git
add import dependency to init
parent
aeb595ce9a
commit
995ab6c554
|
@ -18,6 +18,7 @@ from leap.hyperion import HyperionAPI
|
||||||
|
|
||||||
import discord
|
import discord
|
||||||
import io
|
import io
|
||||||
|
from PIL import Image, UnidentifiedImageError
|
||||||
|
|
||||||
from skynet.db import open_database_connection
|
from skynet.db import open_database_connection
|
||||||
from skynet.ipfs import get_ipfs_file, AsyncIPFSHTTP
|
from skynet.ipfs import get_ipfs_file, AsyncIPFSHTTP
|
||||||
|
|
Loading…
Reference in New Issue