blacken yet another file.

This commit is contained in:
Bob Hyman 2020-06-14 01:05:01 -04:00
parent 37d6ca11c1
commit 79073df177

View file

@ -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)