Skip to content

Commit 0845c73

Browse files
committed
Iteration over f_expressions example
1 parent a917aa4 commit 0845c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styleguide_example/blog_examples/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from django.db import models
22
from django.utils import timezone
33

4-
from .f_expressions.models import SomeDataModel
4+
from .f_expressions.models import SomeDataModel # noqa
55

66

77
class TimestampsWithAuto(models.Model):

0 commit comments

Comments
 (0)