Remove deprecated identify, this has been deprecated for long enough. (#136)

* Remove deprecated identify, this has been deprecated for long enough.

* ignore abstract methods and __repr__ from coverage
This commit is contained in:
Teemu R
2018-10-19 17:08:00 +02:00
committed by GitHub
parent ce318bf824
commit 189029b199
2 changed files with 6 additions and 21 deletions

View File

@@ -36,3 +36,9 @@ branch = True
omit =
pyHS100/cli.py
pyHS100/tests/*
[coverage:report]
exclude_lines =
# ignore abstract methods
raise NotImplementedError
def __repr__