Skip to content

Commit 9c0d79d

Browse files
committed
Move exclude pattern to its own line.
1 parent f5fdd30 commit 9c0d79d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

discoverage/settings.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
r'def __unicode__\(self\):',
1111
r'def __str__\(self\):',
1212
r'def get_absolute_url\(self\):',
13-
r'from .* import .*', 'import .*',
13+
r'from .* import .*',
14+
r'import .*',
1415
])
1516

1617
# Determines whether the apps to be included in the coverage report

0 commit comments

Comments
 (0)