Skip to content

Commit 6faa662

Browse files
committed
Fix flake long line
1 parent f1640af commit 6faa662

File tree

1 file changed

+2
-2
lines changed
  • django_stubs_ext/django_stubs_ext/db

1 file changed

+2
-2
lines changed

django_stubs_ext/django_stubs_ext/db/models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ class BaseModelMeta:
1212
"""
1313
Typed base class for Django Model `class Meta:` inner class.
1414
15-
Most attributes are the same as `django.db.models.options.Options`. Options has some additional attributes and some
16-
values are normalized by Django.
15+
Most attributes are the same as `django.db.models.options.Options`. Options has some additional attributes and
16+
some values are normalized by Django.
1717
1818
Usage::
1919

0 commit comments

Comments
 (0)