Skip to content

Commit ec79fb4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3dd5f10 commit ec79fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spikeinterface/core/core_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def default(self, obj):
101101

102102
if isinstance(obj, Path):
103103
return str(obj)
104-
104+
105105
if isinstance(obj, Motion):
106106
return obj.to_dict()
107107

0 commit comments

Comments
 (0)