mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed a few more imports of django.utils.unittest.
One import per line please! Refs #20680.
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import datetime
|
||||
import unittest
|
||||
|
||||
from django.utils import feedgenerator
|
||||
from django.utils import tzinfo
|
||||
|
||||
from django.utils import feedgenerator, tzinfo, unittest
|
||||
|
||||
class FeedgeneratorTest(unittest.TestCase):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user