From ff1aea3d96d62c7846c2bdb02de51afe6abfd92c Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Sun, 12 Dec 2021 10:13:46 -0800 Subject: [PATCH] unnecessary pass statement --- share/tools/web_config/webconfig.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/share/tools/web_config/webconfig.py b/share/tools/web_config/webconfig.py index 2a73bb889..b1fd45f1a 100755 --- a/share/tools/web_config/webconfig.py +++ b/share/tools/web_config/webconfig.py @@ -538,8 +538,7 @@ def get_special_ansi_escapes(): 'bold': '\x1b[1m', 'underline': '\x1b[4m' } - pass - + return g_special_escapes_dict