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:50 +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 06a4844  -remove dead imports
06a4844 is described below

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

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

-- 
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]