From 1e7faf1b1ccd8c691a65bb46b46552208c061d59 Mon Sep 17 00:00:00 2001 From: Holger Mueller Date: Sat, 30 Nov 2019 22:09:24 +0100 Subject: [PATCH] use annotations to express type hint returning self --- NanoVNASaver/SITools.py | 1 + 1 file changed, 1 insertion(+) diff --git a/NanoVNASaver/SITools.py b/NanoVNASaver/SITools.py index 8d6eaf6..83dff05 100644 --- a/NanoVNASaver/SITools.py +++ b/NanoVNASaver/SITools.py @@ -14,6 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . +from __future__ import annotations import math import decimal from typing import NamedTuple, Union