1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2024-10-31 22:05:58 +00:00

Black formatting changes

This commit is contained in:
Andrew Senetar 2022-02-09 21:49:51 -06:00
parent b7d68b4458
commit 85e22089bd
Signed by: arsenetar
GPG Key ID: C63300DCE48AB2F1
3 changed files with 2 additions and 4 deletions

View File

@ -507,7 +507,6 @@ if ISWINDOWS:
def has_sep(regexp): def has_sep(regexp):
return "\\" + sep in regexp return "\\" + sep in regexp
else: else:
def has_sep(regexp): def has_sep(regexp):

View File

@ -63,7 +63,6 @@ try:
appname = proxy.bundleInfo_("CFBundleName") appname = proxy.bundleInfo_("CFBundleName")
return op.join(base, appname) return op.join(base, appname)
except ImportError: except ImportError:
try: try:
from PyQt5.QtCore import QUrl, QStandardPaths from PyQt5.QtCore import QUrl, QStandardPaths