Skip to content

Commit

Permalink
ref: fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
coolapso committed Apr 13, 2024
1 parent c218dc1 commit 88daee4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion streamdeck_ui/display/display_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ def __init__(
self.initialize_page(page)
# The sync event allows a caller to wait until all the buttons have been processed


def initialize_page(self, page: int):
self.pages[page] = {}
for button in range(self.streamdeck.key_count()):
Expand Down

0 comments on commit 88daee4

Please sign in to comment.