mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-12 23:07:17 +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):
|
||||
|
||||
dependencies = [
|
||||
("pokemon_v2", "0016_typesprites"),
|
||||
]
|
||||
|
@ -15,4 +14,4 @@ class Migration(migrations.Migration):
|
|||
name="mastery",
|
||||
field=models.IntegerField(blank=True, null=True),
|
||||
),
|
||||
]
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue