Skip to content

Commit

Permalink
UrlList: remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
payno committed Oct 25, 2023
1 parent 1516934 commit 83d7f1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/silx/gui/widgets/UrlList.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ def setUrls(self, urls: Iterable[DataUrl]) -> None:
self.addUrls(urls)

def addUrls(self, urls: Iterable[DataUrl]) -> None:

"""Append multiple DataUrl to the list"""
self.addItems([url.path() for url in urls])

Expand Down

0 comments on commit 83d7f1e

Please sign in to comment.