Skip to content

Commit c897abc

Browse files
authored
New change, removed a query string
1 parent f6da2c2 commit c897abc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

algorithms.py

-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ def get_patient_data_json(query_string):
7878
return john_doe_xrays
7979
if query_string == "Sanjit before March 2015 prescriptions":
8080
return prescriptions
81-
if query_string == "Arjun Dubar notes":
82-
return notes
8381
if query_string == "Kumar m. lab tests":
8482
return lab_tests
8583

0 commit comments

Comments
 (0)