Skip to content

Commit

Permalink
fix: fix quality checks
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq authored and muhammad-ammar committed Mar 29, 2024
1 parent 60f6946 commit 91491d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion taxonomy/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
SkillCategory,
SkillsQuiz,
SkillSubCategory,
SkillValidationConfiguration,
Translation,
XBlockSkillData,
XBlockSkills,
SkillValidationConfiguration
)
from taxonomy.views import JobSkillsView

Expand Down
3 changes: 2 additions & 1 deletion taxonomy/migrations/0036_auto_20240325_1631.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Generated by Django 3.2.22 on 2024-03-25 16:31

from django.db import migrations, models
import django.utils.timezone
from django.db import migrations, models

import model_utils.fields


Expand Down

0 comments on commit 91491d7

Please sign in to comment.