diff libervia/frontends/tools/strings.py @ 4270:0d7bb4df2343

Reformatted code base using black.
author Goffi <goffi@goffi.org>
date Wed, 19 Jun 2024 18:44:57 +0200
parents 26b7ed2817da
children
line wrap: on
line diff
--- a/libervia/frontends/tools/strings.py	Tue Jun 18 12:06:45 2024 +0200
+++ b/libervia/frontends/tools/strings.py	Wed Jun 19 18:44:57 2024 +0200
@@ -57,6 +57,7 @@
     @param string (unicode): text to process
     @param new_target (bool): if True, make the link open in a new window
     """
+
     # XXX: report any change to libervia.browser.strings.add_url_to_text
     def repl(match):
         url = match.group(0)
@@ -73,6 +74,7 @@
 
     @param string (unicode): text to process
     """
+
     # XXX: report any change to libervia.browser.strings.add_url_to_image
     def repl(match):
         url = match.group(1)