Skip to content

Commit 08bcb00

Browse files
committed
Lint
1 parent 7d1b938 commit 08bcb00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vitessce/widget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def get_uid_str(uid):
244244
signal: AbortSignal.timeout(invokeTimeout),
245245
});
246246
if (!data.success) return undefined;
247-
247+
248248
if (key.includes("spatialdata_attrs") && key.endsWith("0") && !ArrayBuffer.isView(buffers[0].buffer)) {
249249
// For some reason, the Zarrita.js UnicodeStringArray does not seem to work with
250250
// ArrayBuffers (throws a TypeError), so here we convert to Uint8Array if needed.

0 commit comments

Comments
 (0)