Skip to content

Commit 2181462

Browse files
authored
Merge pull request #125 from andresdelfino/remove_db_schema
Remove obsolete and apparently never used db_schema (previously db_schemma)
2 parents 6ef4c14 + 23a7091 commit 2181462

File tree

4 files changed

+0
-74
lines changed

4 files changed

+0
-74
lines changed

docs/source/pycamp_bot.rst

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Archivos
88
.. toctree::
99
:maxdepth: 2
1010

11-
pycamp_bot/db_schema
1211
pycamp_bot/models
1312
pycamp_bot/commands
1413
pycamp_bot/scheduler

docs/source/pycamp_bot/db_schema.rst

-5
This file was deleted.

src/pycamp_bot/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
from pycamp_bot import db_schema # noqa: F401
21
from pycamp_bot import models # noqa: F401
32
from pycamp_bot import commands # noqa: F401

src/pycamp_bot/db_schema.py

-67
This file was deleted.

0 commit comments

Comments
 (0)