mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-10 08:35:01 +00:00
Fix black formatting
This commit is contained in:
parent
1825f9be4f
commit
2b24167dec
1 changed files with 2 additions and 2 deletions
|
|
@ -3,6 +3,6 @@ try:
|
|||
except ImportError:
|
||||
from pkg_resources import get_distribution # from setuptools, deprecated
|
||||
|
||||
__version__ = get_distribution('django-axes').version
|
||||
__version__ = get_distribution("django-axes").version
|
||||
else:
|
||||
__version__ = version('django-axes')
|
||||
__version__ = version("django-axes")
|
||||
|
|
|
|||
Loading…
Reference in a new issue