Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 5, 2024
1 parent 18846d4 commit 80dae84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cms/migrations/0042_populate_weekly_hours.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ def populate_weekly_hours_fields(apps, schema_editor):


class Migration(migrations.Migration):

dependencies = [
('cms', '0041_populate_min_weeks'),
("cms", "0041_populate_min_weeks"),
]

operations = [
Expand Down

0 comments on commit 80dae84

Please sign in to comment.