Skip to content

Commit

Permalink
ruff formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mprib committed Jan 7, 2024
1 parent 466fce5 commit f159dca
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions multiwebcam/gui/log_widget.py
Original file line number Diff line number Diff line change
@@ -1,29 +1,16 @@
import logging
from multiwebcam.logger import get, XStream
logger = get(__name__)

import sys
from PySide6.QtCore import Slot, Qt
from PySide6.QtWidgets import (
QWidget,
QDialog,
QApplication,
QTextBrowser,
QPushButton,
QVBoxLayout,
)

from multiwebcam.session.session import LiveSession
from pathlib import Path
from threading import Thread
from time import time
# def test():
# def worker():
# session = Session(Path(r"C:\Users\Mac Prible\repos\multiwebcam\tests\217"))
# session.find_cameras()
# thread = Thread(target=worker, args=(), daemon=True)
# thread.start()

logger = get(__name__)


class LogWidget(QWidget):
Expand Down

0 comments on commit f159dca

Please sign in to comment.