mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-29 03:13:47 +01:00
adds import to it's own line
This commit is contained in:
parent
67831428f1
commit
f2f0769d70
@ -2,7 +2,8 @@
|
||||
import unittest
|
||||
from unittest.mock import MagicMock
|
||||
|
||||
from pywal import __main__, reload
|
||||
from pywal import __main__
|
||||
from pywal import reload
|
||||
from pywal.settings import CACHE_DIR
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user