We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976acf5 commit 2d7e63fCopy full SHA for 2d7e63f
1 file changed
progressbar/bar.py
@@ -12,7 +12,7 @@
12
from datetime import datetime, timedelta
13
try: # pragma: no cover
14
from collections import abc
15
-except ImportError:
+except ImportError: # pragma: no cover
16
import collections as abc
17
18
from python_utils import converters
0 commit comments