Skip to content

Commit 2d7e63f

Browse files
committed
fixed coverage issue with import
1 parent 976acf5 commit 2d7e63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

progressbar/bar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from datetime import datetime, timedelta
1313
try: # pragma: no cover
1414
from collections import abc
15-
except ImportError:
15+
except ImportError: # pragma: no cover
1616
import collections as abc
1717

1818
from python_utils import converters

0 commit comments

Comments
 (0)