mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
chore: rename logging.py and redis.py to avoid circular imports
Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
This commit is contained in:
parent
b757e66997
commit
9c0f8f053e
32 changed files with 72 additions and 73 deletions
|
@ -7,11 +7,11 @@ from fastapi import HTTPException
|
|||
from sqlalchemy import orm
|
||||
|
||||
from aurweb import config, db, models
|
||||
from aurweb.aur_redis import redis_connection
|
||||
from aurweb.models import Package
|
||||
from aurweb.models.official_provider import OFFICIAL_BASE, OfficialProvider
|
||||
from aurweb.models.package_dependency import PackageDependency
|
||||
from aurweb.models.package_relation import PackageRelation
|
||||
from aurweb.redis import redis_connection
|
||||
from aurweb.templates import register_filter
|
||||
|
||||
Providers = list[Union[PackageRelation, OfficialProvider]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue