mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
unnecessary pass statement
This commit is contained in:
parent
8208fc4f87
commit
ff1aea3d96
1 changed files with 1 additions and 2 deletions
|
@ -538,8 +538,7 @@ def get_special_ansi_escapes():
|
|||
'bold': '\x1b[1m',
|
||||
'underline': '\x1b[4m'
|
||||
}
|
||||
pass
|
||||
|
||||
|
||||
return g_special_escapes_dict
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue