Skip to content

Commit

Permalink
Add missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
ollimeier committed Dec 5, 2024
1 parent 87b24a8 commit 36963fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fontra/core/fonthandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ async def deleteBackgroundImage(
if not hasattr(self.backend, "deleteBackgroundImage"):
return None
await self.backend.deleteBackgroundImage(imageIdentifier)
return

def _getClientData(self, connection, key, default=None):
return self.clientData[connection.clientUUID].get(key, default)
Expand Down

0 comments on commit 36963fc

Please sign in to comment.