mirror of https://github.com/tqdm/tqdm.git
satisfy codacy
This commit is contained in:
parent
c7c88fb08a
commit
bc1bd7e27c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue