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 a41556a commit ffffa65Copy full SHA for ffffa65
wright_plans/_callbacks.py
@@ -4,7 +4,7 @@
4
# import other modules needed for the callbacks. Examples include: WrightTools, time,
5
# yaqc/yaqd, bluesky-queueserver
6
7
-class wp_callbacks(CallbackBase):
+class WpCallBacks(CallbackBase):
8
def start(self, doc):
9
# do something at start if needed
10
pass
0 commit comments