Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Rose Yemelyanova committed Oct 23, 2023
1 parent 8421a0b commit 02eb1d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/stubs/test_flyables.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ def flyer() -> Flyable:
async def test_fly_and_collect(RE, flyer: DummyFlyer):
def open_and_close_run_for_fly_and_collect():
yield from bps.open_run()
yield from fly_and_collect(flyer, flush_period=0.01, checkpoint_every_collect=True)
yield from fly_and_collect(
flyer, flush_period=0.01, checkpoint_every_collect=True
)
yield from bps.close_run()

RE(open_and_close_run_for_fly_and_collect())
Expand Down

0 comments on commit 02eb1d5

Please sign in to comment.