Jhsmit commited on
Commit
0be769c
·
1 Parent(s): b7c45ef
Files changed (1) hide show
  1. make_link.py +0 -2
make_link.py CHANGED
@@ -11,8 +11,6 @@ import zstandard as zstd
11
  if TYPE_CHECKING:
12
  from viewer import AxisProperties, ColorTransform
13
 
14
- # %%
15
-
16
  COMPRESSOR = zstd.ZstdCompressor(level=22)
17
  DECOMPRESSOR = zstd.ZstdDecompressor()
18
 
 
11
  if TYPE_CHECKING:
12
  from viewer import AxisProperties, ColorTransform
13
 
 
 
14
  COMPRESSOR = zstd.ZstdCompressor(level=22)
15
  DECOMPRESSOR = zstd.ZstdDecompressor()
16