-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #81 from andresdelfino/fix_schema_typo
Fix schema typo
- Loading branch information
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
########## | ||
db_schemma | ||
########## | ||
######### | ||
db_schema | ||
######### | ||
|
||
.. automodule:: pycamp_bot.db_schemma | ||
.. automodule:: pycamp_bot.db_schema |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
from pycamp_bot import db_schemma # noqa: F401 | ||
from pycamp_bot import db_schema # noqa: F401 | ||
from pycamp_bot import models # noqa: F401 | ||
from pycamp_bot import commands # noqa: F401 |
File renamed without changes.