hotfix: add missing comma, remove unused import

This commit is contained in:
deviantfero 2018-02-04 04:05:45 -06:00
parent ea2181ec5f
commit 9a7e1d9f7f
2 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,7 @@ from . import wallpaper
__all__ = [ __all__ = [
"__version__", "__version__",
"__chache_version__" "__chache_version__",
"colors", "colors",
"export", "export",
"image", "image",

View File

@ -15,7 +15,6 @@ import shutil
import sys import sys
from .settings import __version__, CACHE_DIR from .settings import __version__, CACHE_DIR
from .settings import __chache_version__
from . import colors from . import colors
from . import export from . import export
from . import image from . import image