forked from DGNum/gestioCOF
PEP8 on Operation model
This commit is contained in:
parent
f645121fb1
commit
9a081ddae0
1 changed files with 21 additions and 20 deletions
|
@ -584,6 +584,7 @@ class Operation(models.Model):
|
|||
article=self.article,
|
||||
amount=self.amount)
|
||||
|
||||
|
||||
class GlobalPermissions(models.Model):
|
||||
class Meta:
|
||||
managed = False
|
||||
|
|
Loading…
Reference in a new issue