From bc1bd7e27c57335f10467cae4a86249cc08fde0c Mon Sep 17 00:00:00 2001 From: richardsheridan Date: Mon, 26 Oct 2020 16:04:53 -0400 Subject: [PATCH] satisfy codacy --- tqdm/gui.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tqdm/gui.py b/tqdm/gui.py index 8c4c32d9..5a134c16 100644 --- a/tqdm/gui.py +++ b/tqdm/gui.py @@ -413,7 +413,8 @@ class tqdm_tk(std_tqdm): # pragma: no cover TqdmWarning, stacklevel=2) _close() - def _tk_dispatching_helper(self): + @staticmethod + def _tk_dispatching_helper(): """determine if Tkinter mainloop is dispatching events""" try: import tkinter