Projet

Général

Profil

0001-remove-unused-threading-library-import-31164.patch

Paul Marillonnet, 25 mars 2019 18:10

Télécharger (600 octets)

Voir les différences:

Subject: [PATCH] remove unused threading library import (#31164)

 src/authentic2/views.py | 1 -
 1 file changed, 1 deletion(-)
src/authentic2/views.py
1 1
import logging
2 2
from authentic2.compat_lasso import lasso
3
import thread
4 3
import requests
5 4
import re
6 5
import collections
7
-