Skip to content

Commit d2b92f9

Browse files
authored
Fix package docstring
1 parent 31dd313 commit d2b92f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rest_framework/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import django
2-
31
r"""
42
______ _____ _____ _____ __
53
| ___ \ ___/ ___|_ _| / _| | |
@@ -9,6 +7,8 @@
97
\_| \_\____/\____/ \_/ |_| |_| \__,_|_| |_| |_|\___| \_/\_/ \___/|_| |_|\_|
108
"""
119

10+
import django
11+
1212
__title__ = 'Django REST framework'
1313
__version__ = '3.11.0'
1414
__author__ = 'Tom Christie'

0 commit comments

Comments
 (0)