Fix exception import fail (#28)

* Fix a missing import

* Fix missing  import, bump version
This commit is contained in:
cybermaggedon 2024-08-22 23:59:26 +01:00 committed by GitHub
parent b1b26a3f55
commit 8372ff0eb6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 215 additions and 213 deletions

View file

@ -1,10 +1,12 @@
import pulsar
import _pulsar
from pulsar.schema import JsonSchema
import hashlib
import uuid
import time
from pulsar.schema import JsonSchema
from .. exceptions import *
# Ugly
ERROR=_pulsar.LoggerLevel.Error