Skip to content

Commit 5ed9df8

Browse files
committed
applying black formatting
1 parent 0303c9e commit 5ed9df8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

simple_history/tests/models.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -485,9 +485,7 @@ class InheritTracking4(TrackedAbstractBaseA):
485485

486486
class BasePlace(models.Model):
487487
name = models.CharField(max_length=50)
488-
history = HistoricalRecords(
489-
inherit=True,
490-
)
488+
history = HistoricalRecords(inherit=True)
491489

492490

493491
class InheritedRestaurant(BasePlace):

0 commit comments

Comments
 (0)