浏览代码

Update __init__.py

jean-robin medori 1 月之前
父节点
当前提交
7a394531dc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      taipy/event/__init__.py

+ 1 - 1
taipy/event/__init__.py

@@ -10,4 +10,4 @@
 # specific language governing permissions and limitations under the License.
 
 from ..core.notification.event import Event, EventEntityType, EventOperation
-from event_consumer import EventConsumer
+from .event_consumer import EventConsumer