satisfy codacy

This commit is contained in:
richardsheridan 2020-10-26 16:04:53 -04:00 committed by Casper da Costa-Luis
parent c7c88fb08a
commit bc1bd7e27c
No known key found for this signature in database
GPG Key ID: 986B408043AE090D
1 changed files with 2 additions and 1 deletions

View File

@ -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