From 7eadb50b9672f68f2960e0d6acb1cf3149dd05d3 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Tue, 11 Oct 2022 18:12:55 -0400 Subject: [PATCH] exts/dbconv: fix lint --- exts/dbconv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exts/dbconv.py b/exts/dbconv.py index 37eaedd..50f1513 100644 --- a/exts/dbconv.py +++ b/exts/dbconv.py @@ -187,7 +187,7 @@ def _calc_volt(db: float, ref: float): # testing code if __name__ == "__main__": - while(True): + while True: try: ip = input("> ").split() initial = float(ip[0])