mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 06:38:27 +08:00
unnecessary pass statement
This commit is contained in:
parent
8208fc4f87
commit
ff1aea3d96
|
@ -538,8 +538,7 @@ def get_special_ansi_escapes():
|
|||
'bold': '\x1b[1m',
|
||||
'underline': '\x1b[4m'
|
||||
}
|
||||
pass
|
||||
|
||||
|
||||
return g_special_escapes_dict
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user