Commit dec7da3c authored by Tim Graham's avatar Tim Graham
Browse files

Fixed flake8 warning.

parent 311feae8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2383,6 +2383,7 @@ class CustomFieldWithQuerysetButNoLimitChoicesTo(forms.Field):

class StumpJokeWithCustomFieldForm(forms.ModelForm):
    custom = CustomFieldWithQuerysetButNoLimitChoicesTo()

    class Meta:
        model = StumpJoke
        fields = ()  # We don't need any fields from the model