Spaces:
Running
Running
Fix quotes in coveragerc file
Browse files- .coveragerc +1 -1
.coveragerc
CHANGED
|
@@ -9,7 +9,7 @@ omit =
|
|
| 9 |
exclude_lines =
|
| 10 |
pragma: no cover
|
| 11 |
def __repr__
|
| 12 |
-
if __name__ ==
|
| 13 |
raise NotImplementedError
|
| 14 |
pass
|
| 15 |
raise ImportError
|
|
|
|
| 9 |
exclude_lines =
|
| 10 |
pragma: no cover
|
| 11 |
def __repr__
|
| 12 |
+
if __name__ == '__main__':
|
| 13 |
raise NotImplementedError
|
| 14 |
pass
|
| 15 |
raise ImportError
|