mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-08-02 03:01:30 +00:00
🐛 fix parent detect error after require (#1121)
This commit is contained in:
@ -0,0 +1 @@
|
||||
from .nested_subplugin2 import a
|
||||
|
1
tests/plugins/nested/plugins/nested_subplugin2.py
Normal file
1
tests/plugins/nested/plugins/nested_subplugin2.py
Normal file
@ -0,0 +1 @@
|
||||
a = "required by another subplugin"
|
Reference in New Issue
Block a user