Skip to content

Commit

Permalink
style: fix unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
varshamenon4 committed Jan 8, 2025
1 parent 4887120 commit 426a449
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions learning_assistant/api.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
"""
Library for the learning_assistant app.
"""
import datetime
import logging
from datetime import datetime, timedelta
from datetime import timedelta

from django.conf import settings
from django.contrib.auth import get_user_model
Expand Down
1 change: 0 additions & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
Test cases for the learning-assistant api module.
"""
import itertools
import zoneinfo
from datetime import datetime, timedelta
from unittest.mock import MagicMock, patch

Expand Down

0 comments on commit 426a449

Please sign in to comment.