Skip to content

Commit

Permalink
Fix flake8 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Feb 3, 2021
1 parent 8c82cea commit 9688e6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def test_create_text_physical_address_annotations(self):
"noteType": "loinc:LP29684-5",
"patientId": "507f1f77bcf86cd799439011",
"id": "507f1f77bcf86cd799439011",
"text": "On 12/26/2020, Ms. Chloe Price met with Dr. Prescott in Seattle."
"text": "On 12/26/2020, Ms. Chloe Price met with Dr. Prescott in Seattle." # noqa: E501
}
}
headers = {
Expand Down

0 comments on commit 9688e6a

Please sign in to comment.