taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit a8460b7341e5d99f3088e4d7182a5a21c71f9416
parent d0996a3318baccc2e2630032d7ae666ad14615e7
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 25 Aug 2022 15:30:13 +0200

-remove dead imports

Diffstat:
Mbin/taler-gv | 10++--------
1 file changed, 2 insertions(+), 8 deletions(-)

diff --git 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