lint: remove cyclic imports
This commit is contained in:
parent
d7dab2e234
commit
9797d8d119
7 changed files with 9 additions and 10 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue