Skip to content

Commit 3515ca7

Browse files
committed
FIX: import of .document
1 parent b7ba930 commit 3515ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

databroker/document.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This module is now a back-compat shim. The objects are defined in a
22
# separate package, bluesky_tiled_plugins, that resides in the same
33
# git repository as databroker.
4-
from bluesky_tiled_plugins.document import ( # noqa: F401
4+
from bluesky_tiled_plugins.clients.document import ( # noqa: F401
55
Datum,
66
DatumPage,
77
Descriptor,

0 commit comments

Comments
 (0)