Stop relying on __doc__ in EntityCache

This breaks when running with python -OO (optimized) which
removes the documentation but is crucial. Instead and thanks
to fce5cfea, we can now rely on the type hints instead.
This commit is contained in:
Lonami Exo
2019-05-02 10:19:39 +02:00
parent fce5cfea0e
commit b58c0d3071
2 changed files with 23 additions and 28 deletions

View File

@@ -1,3 +1,3 @@
# Versions should comply with PEP440.
# This line is parsed in setup.py:
__version__ = '1.7.3'
__version__ = '1.7.4'