We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f5623 commit c122166Copy full SHA for c122166
btrdb/__init__.py
@@ -20,8 +20,8 @@
20
from btrdb.exceptions import ConnectionError
21
from btrdb.version import get_version
22
from btrdb.utils.credentials import credentials_by_profile, credentials
23
+from btrdb.utils.ray import register_serializer
24
from btrdb.stream import MINIMUM_TIME, MAXIMUM_TIME
-from btrdb.utils import register_serializer
25
from warnings import warn
26
27
##########################################################################
0 commit comments