mirror of https://github.com/cheat/cheat.git
Prune unused import.
This commit is contained in:
parent
f2fc5b16c8
commit
ac4920aaee
1
cheat
1
cheat
|
@ -23,7 +23,6 @@ cheat.py -- cheat allows you to create and view interactive cheatsheets on the
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
import argparse
|
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
DEFAULT_CHEAT_DIR = os.environ.get('DEFAULT_CHEAT_DIR') or \
|
DEFAULT_CHEAT_DIR = os.environ.get('DEFAULT_CHEAT_DIR') or \
|
||||||
|
|
Loading…
Reference in New Issue