Skip to content

Commit c4db08d

Browse files
committed
chore: remove unused imports
1 parent 7383126 commit c4db08d

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Changes
1212
Version <next>
1313

1414
- init: create connection string from its parts if available
15+
- chore: remove unused imports
1516

1617
Version v2.0.0 (released 2024-11-19)
1718

docs/conf.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99

1010
"""Sphinx configuration."""
1111

12-
import os
13-
import sys
14-
15-
import sphinx.environment
1612

1713
from invenio_db import __version__
1814

invenio_db/alembic/96e796392533_create_database_migrations.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
"""Create database migrations."""
1010

11-
import sqlalchemy as sa
12-
from alembic import op
1311

1412
# revision identifiers, used by Alembic.
1513
revision = "96e796392533"

0 commit comments

Comments
 (0)