We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad0a2b commit e3593cdCopy full SHA for e3593cd
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "usepy"
3
-version = "0.1.36"
+version = "0.1.37"
4
description = "usepy"
5
homepage = "https://usepy.code05.com/"
6
authors = ["miclon <jcnd@163.com>"]
src/usepy/__init__.py
@@ -51,9 +51,7 @@
51
try:
52
from notify import useNotify, channels as useNotifyChannels
53
except ImportError:
54
- raise ModuleNotFoundError(
55
- "You need install the 'usepy_plugin_notify' module before use 'useNotify'"
56
- )
+ pass
57
58
__all__ = [
59
# data
0 commit comments