Skip to content

Commit

Permalink
style: fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
varshamenon4 committed Mar 29, 2024
1 parent 716fc9c commit 5c86af2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""Management command to populate the CourseStaffRole model and related User objects, from LMS, using CSV"""
import csv
import logging
import time

import csv
from django.core.management.base import BaseCommand
from django.db import transaction

Expand Down

0 comments on commit 5c86af2

Please sign in to comment.