diff --git a/rest_framework/checks.py b/rest_framework/checks.py index 12c75db3c..d6a6d7d90 100644 --- a/rest_framework/checks.py +++ b/rest_framework/checks.py @@ -1,4 +1,4 @@ -from django.core.checks import Tags, Error, Warning, register +from django.core.checks import Error, Tags, Warning, register @register(Tags.compatibility)