diff libervia/frontends/quick_frontend/quick_utils.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/quick_frontend/quick_utils.py	Tue Jun 18 12:06:45 2024 +0200
+++ b/libervia/frontends/quick_frontend/quick_utils.py	Wed Jun 19 18:44:57 2024 +0200
@@ -23,7 +23,7 @@
 
 
 def get_new_path(path):
-    """ Check if path exists, and find a non existant path if needed """
+    """Check if path exists, and find a non existant path if needed"""
     idx = 2
     if not exists(path):
         return path