Projet

Général

Profil

0045-misc-fix-wildcard-import-pylint-error-56982.patch

Valentin Deniaud, 21 septembre 2021 17:09

Télécharger (757 octets)

Voir les différences:

Subject: [PATCH 45/59] misc: fix wildcard-import pylint error (#56982)

 src/authentic2/widgets.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
src/authentic2/widgets.py
15 15
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
16 16

  
17 17
# legacy module, please use authentic2.forms.widgets now.
18
from .forms.widgets import *  # noqa: F403,F401
18
from .forms.widgets import *  # pylint: disable=wildcard-import
19
-