Skip to content

Commit a488dc8

Browse files
committed
rename module for consistency
1 parent 42d5db2 commit a488dc8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

manage_breast_screening/participants/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from .participant import Participant, ParticipantAddress
44
from .reported_mammograms import ParticipantReportedMammogram, SupportReasons
55
from .screening_episode import ScreeningEpisode
6-
from .symptoms import Symptom, SymptomAreas, SymptomSubType, SymptomType
6+
from .symptom import Symptom, SymptomAreas, SymptomSubType, SymptomType
77

88
__all__ = [
99
"Appointment",

manage_breast_screening/participants/models/symptoms.py renamed to manage_breast_screening/participants/models/symptom.py

File renamed without changes.

0 commit comments

Comments
 (0)