Skip to content

Commit 1a40bbe

Browse files
committed
fix: update black to 23.12.1 and re-run formatting
1 parent 2a2fbfa commit 1a40bbe

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

pokemon_v2/migrations/0021_add_evolution_methods_and_fields.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66

77
class Migration(migrations.Migration):
8-
98
dependencies = [
109
("pokemon_v2", "0020_add_regional_evolution_fields"),
1110
]

pokemon_v2/migrations/0022_pokemonevolution_min_damage_taken.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55

66
class Migration(migrations.Migration):
7-
87
dependencies = [
98
("pokemon_v2", "0021_add_evolution_methods_and_fields"),
109
]

0 commit comments

Comments
 (0)