Update to the current version of Black and run it on Synapse codebase (#11596)

* update black version

* run updated version of black on code

* newsfragment

* enumerate python versions
This commit is contained in:
Shay 2021-12-23 20:22:15 -08:00 committed by GitHub
parent 66d7aa783a
commit fcfe67578f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 4 deletions

View file

@ -69,7 +69,6 @@ try:
sizer.exclude_refs((), None, "")
return sizer.asizeof(val, limit=100 if recurse else 0)
except ImportError:
def _get_size_of(val: Any, *, recurse: bool = True) -> int: