Skip to content

Commit 736135f

Browse files
committed
Black reformatting
1 parent 22d31bb commit 736135f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sasctl/pzmm/write_json_files.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ def default(self, obj):
125125
if isinstance(obj, np.ndarray):
126126
return obj.tolist()
127127
return json.JSONEncoder.default(self, obj)
128+
128129
except ImportError:
129130
np = None
130131

0 commit comments

Comments
 (0)