From 5e66b90a99917e4c0521a01d4399d048b7c4f7cc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?M=C3=A1t=C3=A9=20Balajti?= <mate.balajti@unibas.ch>
Date: Wed, 9 Aug 2023 14:19:02 +0200
Subject: [PATCH] fix: update utils.py for Pylint

---
 term_frag_sel/utils.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/term_frag_sel/utils.py b/term_frag_sel/utils.py
index a565dce..0835139 100644
--- a/term_frag_sel/utils.py
+++ b/term_frag_sel/utils.py
@@ -23,5 +23,4 @@ def check_positive(value: str) -> int:
     except ValueError as exc:
         raise argparse.ArgumentTypeError(f"""Expected positive integer,
                                          got: {value}""") from exc
-    else:
-        return ivalue
+    return ivalue
-- 
GitLab