Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
gescheit committed Feb 5, 2025
1 parent e240369 commit 76df7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion annet/deploy_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ def draw_title(self, tile_name):
title = [title]
draw_lines_in_win({0: title}, win, color_to_curses=self.color_to_curses, x_margin=1)

def refresh(self, tile_name: str, noutrefresh: bool=False):
def refresh(self, tile_name: str, noutrefresh: bool = False):
# see noutrefresh in curses doc
tile = self.tiles[tile_name]
win = tile["win"]
Expand Down

0 comments on commit 76df7e4

Please sign in to comment.