Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Oct 28, 2024
1 parent 3e36438 commit dc25c2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/daily_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def clr_plot_facecolor():
else:
return 'none'


def clr_current_ticklabel():
# Update colors according to color scheme
if get_settings_cached()['COLOR_SCHEME'] == "dark":
Expand Down Expand Up @@ -254,6 +255,7 @@ def main(daemon, sleep_m):
else:
break


if __name__ == '__main__':
parser = argparse.ArgumentParser()
parser.add_argument('--daemon', action='store_true')
Expand Down

0 comments on commit dc25c2a

Please sign in to comment.