Skip to content

Commit 57916dd

Browse files
committed
Add a note about how we can get rid of a thing soon.
1 parent 54e6d8e commit 57916dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

django_coverage_plugin/plugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ def statements(self):
226226

227227
return source_lines
228228

229+
# Note: this function won't be needed after coverage.py 4.0a5.
229230
def no_branch_lines(self):
230231
return set()
231232

0 commit comments

Comments
 (0)