Skip to content

Commit

Permalink
removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
zarath committed Feb 28, 2023
1 parent f7d72d4 commit 185a64b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion NanoVNASaver/NanoVNASaver.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
MagnitudeChart, MagnitudeZChart, MagnitudeZShuntChart,
MagnitudeZSeriesChart,
QualityFactorChart, VSWRChart, PermeabilityChart, PolarChart,
RealImaginaryChart,
RealImaginaryMuChart,
RealImaginaryZChart, RealImaginaryZShuntChart, RealImaginaryZSeriesChart,
SmithChart, SParameterChart, TDRChart,
Expand Down
3 changes: 1 addition & 2 deletions NanoVNASaver/Windows/Defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
import logging
from typing import Tuple

from PyQt5 import QtWidgets, QtCore
from PyQt5 import QtWidgets

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 185a64b

Please sign in to comment.