Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/dodal/plans/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .scanspec import spec_scan
from .spec_path import spec_scan
from .wrapped import count

__all__ = ["count", "spec_scan"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd like to find a better name for this file, it's not really reading a scanspec, the scanspec defines the trajectory of the motors.

File renamed without changes.