Code cleanp scan through

This commit is contained in:
2026-02-22 21:55:31 -06:00
parent 67300bc180
commit 7c7e88aaed
11 changed files with 22 additions and 26 deletions

View File

@@ -55,7 +55,7 @@ class DnDMixin:
uris = data.get_uris()
files = []
if len(uris) == 0:
if not uris:
uris = data.get_text().split("\n")
for uri in uris: