From 8aefd84aa0fb28fd1a03214c75fb5bc1a21ea32b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 19:04:18 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- examples/v2.1.7/replaceRMLVars.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/v2.1.7/replaceRMLVars.py b/examples/v2.1.7/replaceRMLVars.py index bf45ace1..ea806a59 100644 --- a/examples/v2.1.7/replaceRMLVars.py +++ b/examples/v2.1.7/replaceRMLVars.py @@ -23,7 +23,6 @@ def wrong(info): def parseArg(): - inp = "" out = "" p = "" @@ -61,7 +60,6 @@ def parseArg(): def main(): - inp_name, out_name, froms, tos = parseArg() # print("input : " inp_name) # print("output: " out_name)