diff options
| author | Dylan Araps <[email protected]> | 2017-07-20 23:42:03 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2017-07-20 23:42:03 +1000 |
| commit | 950b7e892a98675616653bcabe405d9203691c6e (patch) | |
| tree | 5c26b696a57b828cd9b7e0a1bcb83fec919e3f0d | |
| parent | api: Fix comment. (diff) | |
| download | pywal-950b7e892a98675616653bcabe405d9203691c6e.tar.xz pywal-950b7e892a98675616653bcabe405d9203691c6e.zip | |
general: Remove unused module.
| -rw-r--r-- | pywal/sequences.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pywal/sequences.py b/pywal/sequences.py index 9a90e3e..7533f19 100644 --- a/pywal/sequences.py +++ b/pywal/sequences.py @@ -4,7 +4,6 @@ Send sequences to all open terminals. import os import re -# from pywal.settings import CACHE_DIR from pywal import util |