mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-22 02:37:57 -05:00
[V3] NumPy Docstrings (#1032)
* ALL THE DOCSTRINGS * Remove imports in drivers package * Fixed build warnings
This commit is contained in:
@@ -5,6 +5,8 @@ from ..json_io import JsonIO
|
||||
|
||||
from .red_base import BaseDriver
|
||||
|
||||
__all__ = ["JSON"]
|
||||
|
||||
|
||||
class JSON(BaseDriver):
|
||||
def __init__(self, cog_name, *, data_path_override: Path=None,
|
||||
|
||||
Reference in New Issue
Block a user