Skip to content

Commit

Permalink
pep8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Nov 17, 2019
1 parent d892c29 commit 46d8c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_utils/base_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def __new__(cls, name, bases, attrs):
Meta.db_table = '%s_%s' % (app_label, module_name)

return base.ModelBase.__new__(cls, name, bases, attrs)


class ModelBase(six.with_metaclass(ModelBaseMeta, models.Model)):
class Meta:
Expand Down

0 comments on commit 46d8c64

Please sign in to comment.