mirror of
https://github.com/PokeAPI/pokeapi
synced 2025-02-16 12:38:25 +00:00
lint
This commit is contained in:
parent
cd8f6daf22
commit
af70755dbc
1 changed files with 3 additions and 3 deletions
|
@ -6,13 +6,13 @@ from django.db import migrations, models
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('pokemon_v2', '0016_typesprites'),
|
||||
("pokemon_v2", "0016_typesprites"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='pokemonmove',
|
||||
name='mastery',
|
||||
model_name="pokemonmove",
|
||||
name="mastery",
|
||||
field=models.IntegerField(blank=True, null=True),
|
||||
),
|
||||
]
|
Loading…
Add table
Reference in a new issue