Skip to content

Commit e3593cd

Browse files
committed
🐞 fix: import
1 parent dad0a2b commit e3593cd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "usepy"
3-
version = "0.1.36"
3+
version = "0.1.37"
44
description = "usepy"
55
homepage = "https://usepy.code05.com/"
66
authors = ["miclon <jcnd@163.com>"]

src/usepy/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@
5151
try:
5252
from notify import useNotify, channels as useNotifyChannels
5353
except ImportError:
54-
raise ModuleNotFoundError(
55-
"You need install the 'usepy_plugin_notify' module before use 'useNotify'"
56-
)
54+
pass
5755

5856
__all__ = [
5957
# data

0 commit comments

Comments
 (0)