mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-13 23:37:06 +00:00
lint
This commit is contained in:
parent
cc6bc0a489
commit
997090b0f0
1 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,6 @@ from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
("pokemon_v2", "0016_typesprites"),
|
("pokemon_v2", "0016_typesprites"),
|
||||||
]
|
]
|
||||||
|
@ -15,4 +14,4 @@ class Migration(migrations.Migration):
|
||||||
name="mastery",
|
name="mastery",
|
||||||
field=models.IntegerField(blank=True, null=True),
|
field=models.IntegerField(blank=True, null=True),
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue