summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-25 15:30:47 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-25 15:30:47 +0200
commit06a4844de64597d963ef2781b2a99b97f2fbedb0 (patch)
tree00b8384c9eab1a9fb5821053e4afd038f16ee32e
parenta8460b7341e5d99f3088e4d7182a5a21c71f9416 (diff)
downloaddeployment-06a4844de64597d963ef2781b2a99b97f2fbedb0.tar.gz
deployment-06a4844de64597d963ef2781b2a99b97f2fbedb0.tar.bz2
deployment-06a4844de64597d963ef2781b2a99b97f2fbedb0.zip
-remove dead imports
-rwxr-xr-xbin/taler-local9
1 files changed, 2 insertions, 7 deletions
diff --git a/bin/taler-local b/bin/taler-local
index ff343d5..16ecb0c 100755
--- a/bin/taler-local
+++ b/bin/taler-local
@@ -16,7 +16,6 @@
# along with GNU Taler. If not, see <https://www.gnu.org/licenses/>.
import qrcode
-import signal
import socket
import shutil
import atexit
@@ -28,17 +27,13 @@ import os.path
import subprocess
import time
import random
-import logging
import json
from os import listdir
from os.path import isdir, join, basename
from pathlib import Path
-from typing import List, Callable
-from shutil import copy
-from multiprocessing import Process
-from string import ascii_letters, ascii_uppercase
+from typing import List
from sys import exit
-from urllib.parse import urljoin, quote
+from urllib.parse import urljoin
from os import remove
import requests
from collections import OrderedDict