Skip to content

Commit

Permalink
Revert "Update docs to more explicitly describe the use of DataStore …
Browse files Browse the repository at this point in the history
…in practice (#316)"

This reverts commit 7e695cf.
  • Loading branch information
tandemdude authored Oct 3, 2023
1 parent 7e695cf commit 2106d0b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lightbulb/utils/data_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ class DataStore(t.Dict[str, t.Any]):
'bar'
>>> d
DataStore()
A DataStore instance is attached to :obj:`~.app.BotApp` instances as :attr:`bot.d <.app.BotApp.d>` for your convenience.
"""

def __repr__(self) -> str:
Expand Down

0 comments on commit 2106d0b

Please sign in to comment.