Unverified Commit 7e749047 authored by Atharva Ingle's avatar Atharva Ingle Committed by GitHub
Browse files

fixed typo from enable to disable in disable_progress_bar function (#16406)

parent 088c1880
...@@ -339,6 +339,6 @@ def enable_progress_bar(): ...@@ -339,6 +339,6 @@ def enable_progress_bar():
def disable_progress_bar(): def disable_progress_bar():
"""Enable tqdm progress bar.""" """Disable tqdm progress bar."""
global _tqdm_active global _tqdm_active
_tqdm_active = False _tqdm_active = False
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment