Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Jan 9, 2025
1 parent 8bc62f6 commit 537922e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion care/emr/api/viewsets/scheduling/schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
from rest_framework.generics import get_object_or_404

from care.emr.api.viewsets.base import (
EMRModelViewSet,
EMRBaseViewSet,
EMRCreateMixin,
EMRDeleteMixin,
EMRModelViewSet,
)
from care.emr.models.organization import FacilityOrganizationUser
from care.emr.models.scheduling.booking import TokenSlot
Expand Down
3 changes: 1 addition & 2 deletions care/emr/resources/scheduling/schedule/spec.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import datetime
from enum import Enum

from django.db.models import Max, Sum
from django.utils import timezone
from django.db.models import Sum
from pydantic import UUID4, Field, field_validator, model_validator
from rest_framework.exceptions import ValidationError
from rest_framework.generics import get_object_or_404
Expand Down

0 comments on commit 537922e

Please sign in to comment.