Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3bff88e

Browse files
authored
remove old video writer code (#736)
1 parent cf5b11b commit 3bff88e

File tree

2 files changed

+0
-85
lines changed

2 files changed

+0
-85
lines changed

fastplotlib/layouts/_figure.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import os
22
from itertools import product, chain
3-
from multiprocessing import Queue
43
from pathlib import Path
5-
from time import time
64

75
import numpy as np
86
from typing import Literal, Iterable
@@ -13,7 +11,6 @@
1311

1412
from rendercanvas import BaseRenderCanvas
1513

16-
from ._video_writer import VideoWriterAV
1714
from ._utils import make_canvas_and_renderer, create_controller, create_camera
1815
from ._utils import controller_types as valid_controller_types
1916
from ._subplot import Subplot

fastplotlib/layouts/_video_writer.py

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)