Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tcamise-gpsw committed May 9, 2024
1 parent 4e4ab17 commit 3ddf23f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@

"""USB / wireless webcam demo"""

import sys
import argparse
import asyncio
import logging
import sys
from typing import Final

from rich.console import Console

from open_gopro import Params, WiredGoPro, WirelessGoPro
from open_gopro.api.params import WebcamFOV, WebcamResolution
from open_gopro.constants import WebcamError, WebcamStatus
from open_gopro.demos.gui.components.util import display_video_blocking
from open_gopro.gopro_base import GoProBase
Expand Down

0 comments on commit 3ddf23f

Please sign in to comment.