diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-07-20 23:42:03 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-07-20 23:42:03 +1000 |
| commit | 950b7e892a98675616653bcabe405d9203691c6e (patch) | |
| tree | 5c26b696a57b828cd9b7e0a1bcb83fec919e3f0d | |
| parent | 477ca7398d86af76481deb6f6961539486b9a91d (diff) | |
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 |
