mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 09:37:04 +01:00
Format Python code with black
This commit is contained in:
parent
13885968e3
commit
fc695896dd
136 changed files with 6142 additions and 3811 deletions
|
|
@ -5,7 +5,6 @@ from ..models import Document, Correspondent
|
|||
|
||||
|
||||
class CorrespondentFactory(DjangoModelFactory):
|
||||
|
||||
class Meta:
|
||||
model = Correspondent
|
||||
|
||||
|
|
@ -13,6 +12,5 @@ class CorrespondentFactory(DjangoModelFactory):
|
|||
|
||||
|
||||
class DocumentFactory(DjangoModelFactory):
|
||||
|
||||
class Meta:
|
||||
model = Document
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue