Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicOram committed Aug 7, 2024
1 parent e9746f2 commit 20c8ba4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file removed src/__init__.py
Empty file.
1 change: 1 addition & 0 deletions src/mx_bluesky/i04/callbacks/murko_callback.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def start(self, doc: RunStart) -> Optional[RunStart]:
"sample_id": doc.get("sample_id"),
}
self.last_uuid = None
return doc

def event(self, doc: Event) -> Event:
if latest_omega := doc["data"].get("smargon-omega"):
Expand Down

0 comments on commit 20c8ba4

Please sign in to comment.