Skip to content

Commit f6021e5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a2da79c commit f6021e5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cl/api/factories.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ class Meta:
3434

3535
class WebhookEventWithParentsFactory(WebhookEventFactory):
3636
"""Make a WebhookEvent with a parent Webhook"""
37+
3738
webhook = SubFactory(WebhookFactory)

cl/audio/factories.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,5 @@ def _after_postgeneration(cls, instance, create, results=None):
5757

5858
class AudioWithParentsFactory(AudioFactory):
5959
"""Make an Audio with Docket parents"""
60+
6061
docket = SubFactory(DocketFactory, case_name=SelfAttribute("..case_name"))

0 commit comments

Comments
 (0)