Skip to content

Commit

Permalink
Merge pull request #125 from dvershinin/deepsource-transform-88d83434
Browse files Browse the repository at this point in the history
style: format code with Black
  • Loading branch information
dvershinin authored Dec 10, 2023
2 parents 1617e19 + 3c5187f commit 3a19ca4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lastversion/ProjectHolder.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,10 +375,7 @@ def _type(self):
def release_download_url(self, release, shorter=False):
"""Get release download URL."""
if not self.RELEASE_URL_FORMAT:
log.warning(
"Getting release URL for %s is not implemented",
self._type()
)
log.warning("Getting release URL for %s is not implemented", self._type())
return None
ext = "zip" if os.name == "nt" else "tar.gz"

Expand Down

0 comments on commit 3a19ca4

Please sign in to comment.