mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-11 04:19:25 +00:00
All: Apply Black coding rules
This commit is contained in:
@ -7,9 +7,8 @@ from django.db import migrations, models
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('counter', '0014_auto_20170817_1537'),
|
||||
('counter', '0014_auto_20170816_1521'),
|
||||
("counter", "0014_auto_20170817_1537"),
|
||||
("counter", "0014_auto_20170816_1521"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
]
|
||||
operations = []
|
||||
|
Reference in New Issue
Block a user