Skip to content

Commit ad16589

Browse files
committed
🛠️ Import fix. Fixes #69
1 parent d7f89fc commit ad16589

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ profile = "black"
171171
multi_line_output = 3
172172
indent = 4
173173
color_output = true
174-
known_third_party = ["Crypto", "PySide6", "coloredlogs", "dataclasses_json", "ffmpeg", "helper", "m3u8", "mpegdash", "mutagen", "pathvalidate", "requests", "rich", "tidalapi", "typer", "usingversion"]
174+
known_third_party = ["Crypto", "PySide6", "coloredlogs", "dataclasses_json", "ffmpeg", "m3u8", "mpegdash", "mutagen", "pathvalidate", "requests", "rich", "tidalapi", "typer", "usingversion"]
175175

176176
[tool.mypy]
177177
# https://mypy.readthedocs.io/en/latest/config_file.html#using-a-pyproject-toml-file

tidal_dl_ng/dialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
from enum import Enum
33
from pathlib import Path
44

5-
from helper.path import is_installed_ffmpeg
65
from PySide6 import QtCore, QtGui, QtWidgets
76
from tidalapi import Quality as QualityAudio
87

98
from tidal_dl_ng import version
109
from tidal_dl_ng.config import Settings
1110
from tidal_dl_ng.constants import CoverDimensions, QualityVideo, SkipExisting
11+
from tidal_dl_ng.helper.path import is_installed_ffmpeg
1212
from tidal_dl_ng.model.cfg import HelpSettings
1313
from tidal_dl_ng.model.cfg import Settings as ModelSettings
1414
from tidal_dl_ng.ui.dialog_login import Ui_DialogLogin

0 commit comments

Comments
 (0)