diff options
Diffstat (limited to 'testsuite/driver/testutil.py')
-rw-r--r-- | testsuite/driver/testutil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/driver/testutil.py b/testsuite/driver/testutil.py index 0c614f135a..071b641b7f 100644 --- a/testsuite/driver/testutil.py +++ b/testsuite/driver/testutil.py @@ -96,7 +96,7 @@ else: os.symlink(str(src), str(dst)) class Watcher(object): - def __init__(self, count: int): + def __init__(self, count: int) -> None: self.pool = count self.evt = threading.Event() self.sync_lock = threading.Lock() |