Skip to content

Commit

Permalink
update styling
Browse files Browse the repository at this point in the history
  • Loading branch information
irahorecka committed May 12, 2024
1 parent a9f6aad commit cb0828a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
import shutil
import sys
import time
import requests

import qdarkstyle
import requests
from PyQt5.QtCore import QPersistentModelIndex, Qt, QThread, QUrl, pyqtSignal
from PyQt5.QtGui import QDesktopServices, QImage, QPixmap
from PyQt5.QtWidgets import (
Expand All @@ -14,6 +15,7 @@
QMainWindow,
QTableWidgetItem,
)

import utils
from ui import UiMainWindow

Expand Down
1 change: 1 addition & 0 deletions tests/test_qt_defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import os
import sys
import unittest

from PyQt5.QtWidgets import QApplication

# get directory to main.py
Expand Down
1 change: 1 addition & 0 deletions utils/download_youtube.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import os
from shutil import copy2

import pytube
import requests
from mutagen.mp3 import MP3
Expand Down
3 changes: 2 additions & 1 deletion utils/query_itunes.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from json.decoder import JSONDecodeError
import requests

import itunespy
import requests


def thread_query_itunes(args):
Expand Down
1 change: 1 addition & 0 deletions utils/query_youtube.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import re
import urllib

import youtube_dl
from pytube import Playlist
from utils._threading import map_threads
Expand Down

0 comments on commit cb0828a

Please sign in to comment.