mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 21:21:15 -03:00
unnecessary pass statement
This commit is contained in:
@@ -538,8 +538,7 @@ def get_special_ansi_escapes():
|
||||
'bold': '\x1b[1m',
|
||||
'underline': '\x1b[4m'
|
||||
}
|
||||
pass
|
||||
|
||||
|
||||
return g_special_escapes_dict
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user