Skip to content

Commit

Permalink
style: [AXM-506] Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
KyryloKireiev committed Jun 26, 2024
1 parent d0d17eb commit bbfb34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/djangoapps/courseware/courses.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import logging
from collections import defaultdict, namedtuple
from datetime import datetime, timedelta
from datetime import datetime

import six
import pytz
Expand Down

0 comments on commit bbfb34d

Please sign in to comment.