Skip to content

Commit

Permalink
Unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopoabramo committed Mar 16, 2024
1 parent 2af5496 commit b4eaa3e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/napari_live_recording/control/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from qtpy.QtCore import QThread, QObject, Signal, QTimer
from napari_live_recording.common import (
TIFF_PHOTOMETRIC_MAP,
THIRTY_FPS,
WriterInfo,
RecordType,
Settings,
Expand All @@ -16,7 +15,6 @@
from napari_live_recording.control.frame_buffer import Framebuffer
from typing import Dict, NamedTuple
from functools import partial
from time import sleep


class SignalCounter(QObject):
Expand Down

0 comments on commit b4eaa3e

Please sign in to comment.