Skip to content

Commit

Permalink
style: format files correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
mariugul committed Aug 12, 2024
1 parent 13e3a95 commit 5209693
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 3 additions & 4 deletions pikaraoke/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@

import cherrypy
import flask_babel
import karaoke
import psutil
from constants import LANGUAGES, VERSION
from flask import (
Flask,
flash,
Expand All @@ -25,6 +27,7 @@
)
from flask_babel import Babel
from flask_paginate import Pagination, get_page_parameter
from lib.get_platform import get_platform, is_raspberry_pi
from selenium import webdriver
from selenium.webdriver.chrome.options import Options
from selenium.webdriver.chrome.service import Service
Expand All @@ -33,10 +36,6 @@
from selenium.webdriver.support import expected_conditions as EC
from selenium.webdriver.support.ui import WebDriverWait

import karaoke
from constants import LANGUAGES, VERSION
from lib.get_platform import get_platform, is_raspberry_pi

try:
from urllib.parse import quote, unquote
except ImportError:
Expand Down
3 changes: 1 addition & 2 deletions pikaraoke/karaoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

import ffmpeg
import qrcode
from unidecode import unidecode

from lib.file_resolver import FileResolver
from lib.get_platform import (
get_ffmpeg_version,
Expand All @@ -24,6 +22,7 @@
is_raspberry_pi,
supports_hardware_h264_encoding,
)
from unidecode import unidecode


# Support function for reading lines from ffmpeg stderr without blocking
Expand Down
1 change: 0 additions & 1 deletion pikaraoke/lib/vlcclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
from threading import Timer

import requests

from lib.get_platform import get_platform, is_raspberry_pi


Expand Down

0 comments on commit 5209693

Please sign in to comment.