Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Apr 18, 2021
1 parent fc0406b commit 5e0d477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_bootstrap_field_select.py
@@ -1,7 +1,7 @@
from django import forms
from django.test import TestCase

from .base import TestForm, render_template_with_bootstrap
from .base import render_template_with_bootstrap


class TestForm(forms.Form):
Expand Down

0 comments on commit 5e0d477

Please sign in to comment.