mirror of
https://github.com/django/django.git
synced 2025-10-26 23:26:08 +00:00
more linting
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
from django.contrib.messages import constants, restrictions
|
||||
from django.contrib.messages.restrictions import (
|
||||
AmountRestriction,
|
||||
TimeRestriction,
|
||||
)
|
||||
from django.contrib.messages.restrictions import AmountRestriction, TimeRestriction
|
||||
from django.contrib.messages.storage.base import Message
|
||||
from django.test import TestCase
|
||||
|
||||
@@ -77,6 +74,7 @@ class MessageTest(TestCase):
|
||||
AmountRestriction(2),
|
||||
AmountRestriction(3),
|
||||
]
|
||||
|
||||
def get_msg():
|
||||
return Message(
|
||||
constants.INFO, "Test message", restrictions=get_restrictions()
|
||||
|
||||
Reference in New Issue
Block a user