LINT
This commit is contained in:
parent
1cf6f6f3e7
commit
1ab071d16e
1 changed files with 3 additions and 3 deletions
|
@ -6,12 +6,12 @@ from django.db import migrations
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('kfet', '0074_auto_20210219_1337'),
|
||||
("kfet", "0074_auto_20210219_1337"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='accountnegative',
|
||||
name='balance_offset',
|
||||
model_name="accountnegative",
|
||||
name="balance_offset",
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue