fix: dev: remove unused import

This commit is contained in:
rachmadaniHaryono 2019-04-28 11:04:43 +08:00
parent b10e0123ed
commit c4dd0f5808

2
buku
View File

@ -34,7 +34,7 @@ from subprocess import Popen, PIPE, DEVNULL
import sys
import threading
import time
from typing import Any, Dict, List, Optional, Tuple
from typing import Any, List, Optional, Tuple
import webbrowser
try:
import readline