Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a8640c7

Browse files
authored
Add # pragma: no cover for the py3-only branch
1 parent d68a778 commit a8640c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/languages/all_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
inspect.ArgSpec, varargs=None, keywords=None, defaults=None,
1616
)
1717
getargspec = inspect.getargspec
18-
else:
18+
else: # pragma: no cover
1919
ArgSpec = functools.partial(
2020
inspect.FullArgSpec, varargs=None, varkw=None, defaults=None,
2121
kwonlyargs=[], kwonlydefaults=None, annotations={},

0 commit comments

Comments
 (0)