Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekMaggio committed Apr 26, 2024
1 parent 472cc36 commit d693337
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
class SupportsTracking(Protocol):
"""Protocol for classes that support tracking of robot context."""

def __init__(self, storage_location: Path, should_track: bool, store_each: bool) -> None:
def __init__(
self, storage_location: Path, should_track: bool, store_each: bool
) -> None:
"""Initialize the tracker."""
...

Expand Down

0 comments on commit d693337

Please sign in to comment.