From bd97ceef048de879aeb681f2996695c1fc3da74e Mon Sep 17 00:00:00 2001 From: Pete Jemian Date: Tue, 17 May 2022 13:47:59 -0500 Subject: [PATCH] CI #90 flake8 --- adl2pydm/output_handler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/adl2pydm/output_handler.py b/adl2pydm/output_handler.py index 6df9018..a4fe5bf 100644 --- a/adl2pydm/output_handler.py +++ b/adl2pydm/output_handler.py @@ -292,7 +292,6 @@ def write_font_size(self, qw, block, **kwargs): def write_ui(self, screen, output_path): """main entry point to write the .ui file""" - window_class = TOP_LEVEL_WIDGET_CLASS title = ( screen.title or os.path.split(os.path.splitext(screen.given_filename)[0])[-1]