mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-08-13 16:17:03 +02:00
adds import to it's own line
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user