Blacken the codebase (#2265)

This commit is contained in:
Christian Clauss
2021-07-29 02:26:34 +02:00
committed by GitHub
parent 2f3133461c
commit bb81e141ea
162 changed files with 5503 additions and 3338 deletions

View File

@@ -1,5 +1,6 @@
import numpy as np
def json_encode_np(obj):
"""
JSON can't serialize numpy types, so convert to pure python