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