From: Roland Häder Date: Sat, 10 Jun 2023 12:06:45 +0000 (+0200) Subject: Fixed: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1f2d8b210791e272ae61c8d4f033c794c097542f;p=fba.git Fixed: - had to add a 'import reqto' only here to make Python happy - looks like something in Python internal mapping or so is broken? --- diff --git a/fba/commands.py b/fba/commands.py index 3f5b435..d85c1eb 100644 --- a/fba/commands.py +++ b/fba/commands.py @@ -24,6 +24,7 @@ import argparse import atoma import bs4 import markdown +import reqto import validators from fba import blacklist