Code cleanp scan through

This commit is contained in:
2026-02-22 21:53:53 -06:00
parent 88a6451fa8
commit 13f2750a7e
12 changed files with 27 additions and 34 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: