Skip to content

Commit c122166

Browse files
committed
fix import
1 parent 74f5623 commit c122166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

btrdb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
from btrdb.exceptions import ConnectionError
2121
from btrdb.version import get_version
2222
from btrdb.utils.credentials import credentials_by_profile, credentials
23+
from btrdb.utils.ray import register_serializer
2324
from btrdb.stream import MINIMUM_TIME, MAXIMUM_TIME
24-
from btrdb.utils import register_serializer
2525
from warnings import warn
2626

2727
##########################################################################

0 commit comments

Comments
 (0)