mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Refactor code to comply with flake8 and isort
Signed-off-by: Filipe Laíns <lains@archlinux.org> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
48b58b1c2f
commit
8d1be7ea8a
11 changed files with 206 additions and 197 deletions
|
@ -1,10 +1,11 @@
|
|||
import aurweb.db
|
||||
import aurweb.schema
|
||||
|
||||
from alembic import context
|
||||
import logging.config
|
||||
|
||||
import sqlalchemy
|
||||
|
||||
from alembic import context
|
||||
|
||||
import aurweb.db
|
||||
import aurweb.schema
|
||||
|
||||
# this is the Alembic Config object, which provides
|
||||
# access to the values within the .ini file in use.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue