Skip to content

Commit e199ddb

Browse files
committed
Fix some linter warnings
Signed-off-by: Christian Münker <mail@chipmuenk.de>
1 parent 4fcf67d commit e199ddb

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

pyfda/libs/tree_builder.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,11 @@
1010
Create the tree dictionaries containing information about filters,
1111
filter implementations, widgets etc. in hierarchical form
1212
"""
13-
import ast
14-
from collections import OrderedDict
15-
import configparser
16-
import importlib
1713
import logging
18-
import os
19-
# from pprint import pformat
20-
import re
2114
import sys
2215

2316
import pyfda.filterbroker as fb
2417
import pyfda.filter_factory as ff
25-
import pyfda.libs.pyfda_dirs as dirs
2618

2719
import pyfda.libs.frozendict as frozendict
2820

pyfda/libs/widget_class_dicts.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
# which have a global scope like class variables.
1212

1313
# -----------------------------------------------------------------------------
14-
# This file contains dicts with widget class names from the main configuration file, parsed in
15-
# `tree_builder._build_widget_class_dicts()`. Those initial definitions are only meant as examples,
14+
# This file contains dicts with widget class names from the main configuration file, parsed in
15+
# `tree_builder._build_widget_class_dicts()`. Those initial definitions are only meant as examples,
1616
# for documentation and for module test, they are overwritten during the initialization.
1717
#
1818
# The keys are the class names of the widgets that have been parsed in the configuration file

0 commit comments

Comments
 (0)