mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 18:27:59 -05:00
[V3] NumPy Docstrings (#1032)
* ALL THE DOCSTRINGS * Remove imports in drivers package * Fixed build warnings
This commit is contained in:
@@ -2,6 +2,10 @@ import pymongo as m
|
||||
from .red_base import BaseDriver
|
||||
|
||||
|
||||
__all__ = ["Mongo", "RedMongoException", "MultipleMatches",
|
||||
"MissingCollection"]
|
||||
|
||||
|
||||
class RedMongoException(Exception):
|
||||
"""Base Red Mongo Exception class"""
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user