Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
nllong committed Feb 21, 2022
1 parent 96c926c commit a097f03
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bsyncviewer/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

from django import forms
from django.conf import settings
from django.core.exceptions import ValidationError

from .models.schema import Schema

Expand Down Expand Up @@ -37,7 +36,6 @@ class LoadXMLExample(forms.Form):

form_type = forms.CharField(widget=forms.HiddenInput(), initial='example')


def clean(self):

super(LoadXMLExample, self).clean()
Expand Down

0 comments on commit a097f03

Please sign in to comment.