tests/fsmonitor-run-tests.py
changeset 51699 ca7bde5dbafb
parent 51696 7f0cb9ee0534
child 52658 c975e8ec08bb
--- 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'