Skip to content

Commit e98dd19

Browse files
committed
NPA-5534: correct lint errors
1 parent 347907c commit e98dd19

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

sandbox/api/get_questionnaire_response.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
from logging import INFO, basicConfig, getLogger
22
from typing import Union
33

4-
from flask import request
5-
64
from .constants import (
75
GET_QUESTIONNAIRE_RESPONSE__INVALID,
86
GET_QUESTIONNAIRE_RESPONSE__NOT_FOUND,

sandbox/api/tests/test_get_questionnaire_response.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
from flask import Response
44
from json import dumps, loads
55

6-
from pycparser.plyparser import parameterized
7-
86
GET_QUESTIONNAIRE_RESPONSE_API_ENDPOINT = "/FHIR/R4/QuestionnaireResponse"
97

108

0 commit comments

Comments
 (0)