Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Casassarnau committed Jul 13, 2020
1 parent 01c2e73 commit a713432
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
class Migration(migrations.Migration):

dependencies = [
('user', '0009_auto_20200426_0854')
('user', '0009_user_types_20200321_0441'),
('user', '0009_auto_20200426_0854'),
('user', '0009_user_types_20200321_0441')
]

operations = [
Expand Down

0 comments on commit a713432

Please sign in to comment.