Skip to content

Commit

Permalink
file format
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdenasser committed Aug 29, 2021
1 parent b8d05b9 commit c84cd83
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
from django.conf import settings

from dr_scaffold.generators import Generator, pluralize
from dr_scaffold.scaffold_templates import model_templates, serializer_templates
from dr_scaffold.scaffold_templates import (
model_templates,
serializer_templates,
)


class TestGenerator(TestCase):
Expand Down

0 comments on commit c84cd83

Please sign in to comment.