barunsaha commited on
Commit
9931191
·
1 Parent(s): e850c76

Fix quotes in coveragerc file

Browse files
Files changed (1) hide show
  1. .coveragerc +1 -1
.coveragerc CHANGED
@@ -9,7 +9,7 @@ omit =
9
  exclude_lines =
10
  pragma: no cover
11
  def __repr__
12
- if __name__ == .__main__.:
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