Skip to content

Commit

Permalink
style: fix ruff linter warning
Browse files Browse the repository at this point in the history
Signed-off-by: Sietze van Buuren <s.van.buuren@gmail.com>
  • Loading branch information
swvanbuuren committed Nov 30, 2024
1 parent d2567cd commit 0123ae3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mlpyqtgraph/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class ConfigOptions:
'no_segmented_line_mode': False,
'black_on_white': True,
}

def __init__(self, **kwargs):
self.set_options(**kwargs)

Expand Down

0 comments on commit 0123ae3

Please sign in to comment.