Revision f4688ba9cb5d6ecd8cd712faeddd800e3ac18afb authored by st-- on 11 October 2019, 13:44:17 UTC, committed by GitHub on 11 October 2019, 13:44:17 UTC
Fix types

Co-Authored-By: Eric Hammy <6815729+condnsdmatters@users.noreply.github.com>
1 parent a57569c
Raw File
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _html_table_rows
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top