Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekMaggio committed Jun 3, 2024
1 parent f11ba35 commit 4035e33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/src/opentrons/util/performance_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def _get_robot_context_tracker() -> SupportsTracking:

def track_analysis(func: UnderlyingFunction) -> UnderlyingFunction:
"""Track the analysis of a protocol and optionally store each run."""

# TODO: derek maggio (06-03-2024): generalize creating wrapper functions for tracking different states
@functools.wraps(func)
def wrapper(
Expand Down

0 comments on commit 4035e33

Please sign in to comment.