From 36127cdad2881ea3feaadbb8217cdbb7a04fb7be Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Thu, 29 Aug 2024 03:54:51 +0430 Subject: [PATCH] fix : autopep8 --- nava/thread.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nava/thread.py b/nava/thread.py index 4e08a18..3ae5a6b 100644 --- a/nava/thread.py +++ b/nava/thread.py @@ -46,7 +46,6 @@ def _kill_play_process(self): finally: self._play_process.wait() - def run(self): """ Run target function.