summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-25 15:30:13 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-25 15:30:13 +0200
commita8460b7341e5d99f3088e4d7182a5a21c71f9416 (patch)
treea4cad777b3525324efe23182ff668f0e6ad2e11d
parentd0996a3318baccc2e2630032d7ae666ad14615e7 (diff)
downloaddeployment-a8460b7341e5d99f3088e4d7182a5a21c71f9416.tar.gz
deployment-a8460b7341e5d99f3088e4d7182a5a21c71f9416.tar.bz2
deployment-a8460b7341e5d99f3088e4d7182a5a21c71f9416.zip
-remove dead imports
-rwxr-xr-xbin/taler-gv10
1 files changed, 2 insertions, 8 deletions
diff --git a/bin/taler-gv b/bin/taler-gv
index 4990e62..af79328 100755
--- a/bin/taler-gv
+++ b/bin/taler-gv
@@ -15,8 +15,6 @@
# You should have received a copy of the GNU General Public License
# along with GNU Taler. If not, see <https://www.gnu.org/licenses/>.
-import qrcode
-import signal
import socket
import shutil
import atexit
@@ -28,17 +26,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