Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit d936fca

Browse files
lint
1 parent 1cdf274 commit d936fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/comparison.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ def has_unintended_changes(self):
480480
if not (line.added or line.removed) and (base_coverage != head_coverage):
481481
return True
482482
return False
483-
483+
484484
def remove_unintended_changes(self):
485485
filtered = []
486486
for line in self._lines:

0 commit comments

Comments
 (0)