exts/dbconv: fix lint

This commit is contained in:
classabbyamp 2022-10-11 18:12:55 -04:00
parent 98642c099d
commit 7eadb50b96
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 1 additions and 1 deletions

View File

@ -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])