Skip to content

Commit 84a1c6d

Browse files
committed
Fix unused numpy import in GIF script
1 parent aabe82a commit 84a1c6d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/make_3d_umap_gif.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import scanpy as sc
44
import matplotlib.pyplot as plt
5-
import numpy as np
65
import imageio.v3 as iio
76
from pathlib import Path
87
from io import BytesIO

0 commit comments

Comments
 (0)