diff --git a/src/wireviz/wv_helper.py b/src/wireviz/wv_helper.py index 270afadc..8c70c4b0 100644 --- a/src/wireviz/wv_helper.py +++ b/src/wireviz/wv_helper.py @@ -114,9 +114,8 @@ def isarrow(inp): Examples: <-, --, ->, <-> <==, ==, ==>, <=> - - regex by @shiraneyo """ + # regex by @shiraneyo return bool(re.match(r"^\s*(?P-+|=+)(?P>?)\s*$", inp)) def aspect_ratio(image_src):