Fix isort errors

This commit is contained in:
Sonny Bakker 2020-09-27 16:13:59 +02:00
parent 40a027587b
commit 576ab9a917

View file

@ -5,12 +5,10 @@ from django.utils.translation import gettext_lazy as _
import pytz
from newsreader.core.forms import CheckboxInput
from newsreader.news.collection.choices import RuleTypeChoices
from newsreader.news.collection.forms.base import CollectionRuleForm
from newsreader.news.collection.models import CollectionRule
from newsreader.news.collection.reddit import REDDIT_API_URL
from newsreader.news.collection.forms.base import CollectionRuleForm
from newsreader.news.core.models import Category
def get_reddit_help_text():