Skip to content

Commit

Permalink
Remove unused imports from project
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmiller committed Nov 21, 2018
1 parent dc1a647 commit c21ea66
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion apps/tb/patient_lists.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from opal.models import Episode
from opal.core import patient_lists
from elcid import models

Expand Down
3 changes: 0 additions & 3 deletions elcid/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
from opal.core import serialization
from elcid import models as emodels
from elcid.utils import timing
from opal import models as omodels
import os
import json


_LAB_TEST_TAGS = {
Expand Down
3 changes: 0 additions & 3 deletions elcid/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
elCID implementation specific models!
"""
import datetime
from django.db.models.signals import post_save
from django.dispatch import receiver
from django.db import models
from django.conf import settings
from django.contrib.contenttypes.models import ContentType
Expand Down Expand Up @@ -709,4 +707,3 @@ class Meta:
verbose_name = "Appointments"
verbose_name_plural = "Appointments"
ordering = ["-start"]

2 changes: 0 additions & 2 deletions intrahospital_api/services/appointments/live_backend.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import logging
import datetime
from collections import defaultdict
from django.utils import timezone
from intrahospital_api.services.base import db

logger = logging.getLogger('intrahospital_api')
Expand Down
1 change: 0 additions & 1 deletion intrahospital_api/services/appointments/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from intrahospital_api.services.base import service_utils, db
from intrahospital_api.services.base import load_utils
from apps.tb.episode_categories import TbEpisode
from apps.tb.patient_lists import TbPatientList


def _get_or_create_appointment(patient, appointment_dict):
Expand Down
2 changes: 0 additions & 2 deletions intrahospital_api/services/lab_tests/live_backend.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import datetime
import logging
from collections import defaultdict
from intrahospital_api.constants import EXTERNAL_SYSTEM
from intrahospital_api.services.base import db
Expand Down

0 comments on commit c21ea66

Please sign in to comment.