Accept most of ruff's delinting

This commit is contained in:
James R. Barlow
2023-04-14 00:45:34 -07:00
parent b7eb93eb79
commit 9b8d14d16e
47 changed files with 121 additions and 172 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ class PageNumberFilter(logging.Filter):
class TqdmConsole:
"""Wrapper to log messages in a way that is compatible with tqdm progress bar
"""Wrapper to log messages in a way that is compatible with tqdm progress bar.
This routes log messages through tqdm so that it can print them above the
progress bar, and then refresh the progress bar, rather than overwriting