We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1776b94 commit 34bfb0cCopy full SHA for 34bfb0c
lambdas/id_sync/src/pds_details.py
@@ -11,9 +11,8 @@
11
from exceptions.id_sync_exception import IdSyncException
12
from os_vars import get_pds_env
13
14
-# Just adding a comment
15
pds_env = get_pds_env()
16
-safe_tmp_dir = tempfile.mkdtemp(dir="/tmp") # NOSONAR
+safe_tmp_dir = tempfile.mkdtemp(dir="/tmp")
17
18
19
# Get Patient details from external service PDS using NHS number from MNS notification
0 commit comments