Skip to content

Commit

Permalink
Drop debugging leftover
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <[email protected]>
  • Loading branch information
mhidalgo-bdai committed May 16, 2024
1 parent f360eae commit 04d0203
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bdai_ros2_wrappers/test/test_callables.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def read(self, name: str) -> Optional[Any]:

@read.async_overload
async def _read_async(self, name: str) -> Optional[Any]:
# mypy does not handle data descriptors well
return self.read(name)

@generalizedmethod
Expand Down

0 comments on commit 04d0203

Please sign in to comment.