Skip to content

Commit

Permalink
Formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Aug 24, 2024
1 parent 0d61ae2 commit 11267ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ScrollableContainers/_tk.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def _hide_scrollbars(self):
self._xscrollbar.lower()
self._yscrollbar.lower()

def _peek_scrollbars(self, ms:int=1000):
def _peek_scrollbars(self, ms: int = 1000):
"""
Show the horizontal and vertical scrollbars. Hide them after a delay.
Expand Down

0 comments on commit 11267ea

Please sign in to comment.