Skip to content

Commit

Permalink
Removed reference to UImode.NORMAL
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinHock authored Aug 16, 2018
1 parent d4d2e95 commit d2a8189
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyt/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,9 @@ def retrieve_nosec_lines(
def main(command_line_args=sys.argv[1:]): # noqa: C901
args = parse_args(command_line_args)

ui_mode = UImode.NORMAL
ui_mode = UImode.TRIM
if args.interactive:
ui_mode = UImode.INTERACTIVE
elif args.trim_reassigned_in:
ui_mode = UImode.TRIM

files = discover_files(
args.targets,
Expand Down

0 comments on commit d2a8189

Please sign in to comment.