mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
blacken yet another file.
This commit is contained in:
parent
37d6ca11c1
commit
79073df177
1 changed files with 2 additions and 1 deletions
|
@ -95,4 +95,5 @@ def html():
|
|||
def os_listxattr():
|
||||
def dummy_listxattr(*args, **kwargs):
|
||||
return []
|
||||
return getattr(os, 'listxattr', dummy_listxattr)
|
||||
|
||||
return getattr(os, "listxattr", dummy_listxattr)
|
||||
|
|
Loading…
Add table
Reference in a new issue