lint: remove cyclic imports

This commit is contained in:
Iain Learmonth 2022-05-17 08:28:37 +01:00
parent d7dab2e234
commit 9797d8d119
7 changed files with 9 additions and 10 deletions

View file

@ -2,7 +2,7 @@ from typing import Optional, List
from tldextract import extract
from app import db
from app.extensions import db
from app.models import AbstractConfiguration, AbstractResource
from app.models.onions import Onion