Coverage for /var/srv/projects/api.amasfac.comuna18.com/tmp/venv/lib/python3.9/site-packages/rest_framework_simplejwt/__init__.py: 60%

5 statements  

« prev     ^ index     » next       coverage.py v6.4.4, created at 2023-07-17 14:22 -0600

1from pkg_resources import DistributionNotFound, get_distribution 

2 

3try: 

4 __version__ = get_distribution("djangorestframework_simplejwt").version 

5except DistributionNotFound: 

6 # package is not installed 

7 __version__ = None