mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-24 14:58:44 +01:00
hotfix: add missing comma, remove unused import
This commit is contained in:
parent
ea2181ec5f
commit
9a7e1d9f7f
@ -19,7 +19,7 @@ from . import wallpaper
|
||||
|
||||
__all__ = [
|
||||
"__version__",
|
||||
"__chache_version__"
|
||||
"__chache_version__",
|
||||
"colors",
|
||||
"export",
|
||||
"image",
|
||||
|
@ -15,7 +15,6 @@ import shutil
|
||||
import sys
|
||||
|
||||
from .settings import __version__, CACHE_DIR
|
||||
from .settings import __chache_version__
|
||||
from . import colors
|
||||
from . import export
|
||||
from . import image
|
||||
|
Loading…
Reference in New Issue
Block a user