Skip to content

Commit

Permalink
CI #90 flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed May 17, 2022
1 parent 9b7c5f6 commit bd97cee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion adl2pydm/output_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit bd97cee

Please sign in to comment.