Explorar el Código

Update __init__.py

jean-robin medori hace 1 mes
padre
commit
7a394531dc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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