tests/fsmonitor-run-tests.py
changeset 51686 493034cc3265
parent 49285 56f98406831b
child 51696 7f0cb9ee0534
--- a/tests/fsmonitor-run-tests.py	Thu Jul 18 12:03:29 2024 +0200
+++ b/tests/fsmonitor-run-tests.py	Thu Jul 18 12:36:12 2024 +0200
@@ -30,7 +30,6 @@
     def _sys2bytes(p):
         return p.encode('utf-8')
 
-
 elif sys.version_info >= (3, 0, 0):
     print(
         '%s is only supported on Python 3.5+ and 2.7, not %s'