Skip to content

Commit

Permalink
Make black happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlodek committed Sep 24, 2024
1 parent 8b455c5 commit 13f0969
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bluesky_queueserver/manager/profile_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,7 @@ def is_plan(obj):
try:
# If available, use is_plan from bs utils to catch plans with new decorator.
from bluesky.utils import is_plan as bs_utils_is_plan

return bs_utils_is_plan(obj)
except ImportError:
return inspect.isgeneratorfunction(obj)
Expand Down

0 comments on commit 13f0969

Please sign in to comment.