gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: -remove dead imports


From: gnunet
Subject: [taler-deployment] branch master updated: -remove dead imports
Date: Thu, 25 Aug 2022 15:30:15 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new a8460b7  -remove dead imports
a8460b7 is described below

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

    -remove dead imports
---
 bin/taler-gv | 10 ++--------
 1 file 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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]