forked from M-Labs/thermostat
Remove duplicated antialias config option
Already set in live_plot_view.py
This commit is contained in:
parent
26c7382b1e
commit
70db0a39eb
|
@ -23,9 +23,6 @@ from functools import partial
|
||||||
import importlib.resources
|
import importlib.resources
|
||||||
|
|
||||||
|
|
||||||
pg.setConfigOptions(antialias=True)
|
|
||||||
|
|
||||||
|
|
||||||
def get_argparser():
|
def get_argparser():
|
||||||
parser = argparse.ArgumentParser(description="Thermostat Control Panel")
|
parser = argparse.ArgumentParser(description="Thermostat Control Panel")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue