]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Thu, 22 Jun 2023 23:10:48 +0000 (01:10 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 22 Jun 2023 23:10:48 +0000 (01:10 +0200)
- removed unused imports

fba/networks/lemmy.py
fba/networks/mastodon.py
fba/networks/misskey.py
fba/networks/pleroma.py

index b4e4ea1910b35c3e325dbb122a3716feb59e355a..c35716e2b9a139bd0b159543db414cc0a092cbbf 100644 (file)
 # You should have received a copy of the GNU Affero General Public License
 # along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
-import inspect
 import logging
 
 import bs4
 
 from fba import csrf
-from fba import database
 from fba import utils
 
 from fba.helpers import config
@@ -30,7 +28,6 @@ from fba.helpers import tidyup
 from fba.http import federation
 from fba.http import network
 
-from fba.models import blocks
 from fba.models import instances
 
 logging.basicConfig(level=logging.INFO)
index b705ea674216736fa34228ff47d9308ba67a62e9..962b2af7bdb14fe08b76276a2068fc47bf5dd78e 100644 (file)
 # You should have received a copy of the GNU Affero General Public License
 # along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
-import inspect
 import logging
 
 import bs4
 
 from fba import csrf
-from fba import database
-from fba import utils
 
-from fba.helpers import blacklist
 from fba.helpers import config
 from fba.helpers import domain as domain_helper
 from fba.helpers import tidyup
 
 from fba.http import network
 
-from fba.models import blocks
 from fba.models import instances
 
 logging.basicConfig(level=logging.INFO)
index 6768e3901575f23f66dcc951c62b89f1024ddcbb..96436548b2c182425941fe446aafc686d09b4866 100644 (file)
@@ -21,7 +21,6 @@ from fba import csrf
 from fba import utils
 
 from fba.helpers import config
-from fba.helpers import dicts
 from fba.helpers import domain as domain_helper
 from fba.helpers import tidyup
 
index cd3c2fc7c3c03827bf450a22aecc3a8c57927520..b0480e81099d98ff4c05697a73ee09210d5210cc 100644 (file)
@@ -14,7 +14,6 @@
 # You should have received a copy of the GNU Affero General Public License
 # along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
-import inspect
 import logging
 
 import bs4
@@ -22,7 +21,6 @@ import bs4
 from fba import database
 from fba import utils
 
-from fba.helpers import blacklist
 from fba.helpers import config
 from fba.helpers import domain as domain_helper
 from fba.helpers import tidyup
@@ -30,7 +28,6 @@ from fba.helpers import tidyup
 from fba.http import federation
 from fba.http import network
 
-from fba.models import blocks
 from fba.models import instances
 
 logging.basicConfig(level=logging.INFO)