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 b7ba930 commit 3515ca7Copy full SHA for 3515ca7
databroker/document.py
@@ -1,7 +1,7 @@
1
# This module is now a back-compat shim. The objects are defined in a
2
# separate package, bluesky_tiled_plugins, that resides in the same
3
# git repository as databroker.
4
-from bluesky_tiled_plugins.document import ( # noqa: F401
+from bluesky_tiled_plugins.clients.document import ( # noqa: F401
5
Datum,
6
DatumPage,
7
Descriptor,
0 commit comments