1
1
mirror of https://github.com/encode/django-rest-framework.git synced 2025-08-12 08:14:48 +03:00

Replace tab with spaces.

This commit is contained in:
Tom Christie 2012-01-11 13:44:11 +00:00
parent b1105edfed
commit c8134a6340

View File

@ -31,7 +31,7 @@ __all__ = (
'FormParser',
'MultiPartParser',
'YAMLParser',
'XMLParser'
'XMLParser'
)