Skip to content

Commit

Permalink
Remove unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Sep 27, 2024
1 parent 64a6f8d commit e2c60ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gort/devices/telescope.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ async def status(self):

return await self.run_command("status")

async def home(self, restore_position: bool = True):
async def home(self):
"""Homes the focuser.
Parameters
Expand Down

0 comments on commit e2c60ad

Please sign in to comment.