Skip to content

Commit

Permalink
chore: remove unused module
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee committed Nov 26, 2023
1 parent 5e9aee5 commit fe08181
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 88 deletions.
1 change: 0 additions & 1 deletion docs/web/api/lib/db/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ Documentation for the Database library.
:titlesonly:

base
utils
orm
9 changes: 0 additions & 9 deletions docs/web/api/lib/db/utils.rst

This file was deleted.

3 changes: 1 addition & 2 deletions src/server/lib/db/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Core DB Package."""
from __future__ import annotations

from src.server.lib.db import orm, utils
from src.server.lib.db import orm
from src.server.lib.db.base import (
async_session_factory,
config,
Expand All @@ -11,7 +11,6 @@
)

__all__ = [
"utils",
"config",
"plugin",
"engine",
Expand Down
76 changes: 0 additions & 76 deletions src/server/lib/db/utils.py

This file was deleted.

0 comments on commit fe08181

Please sign in to comment.