Skip to content

Commit 34bfb0c

Browse files
committed
test: remove NOSONAR
1 parent 1776b94 commit 34bfb0c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lambdas/id_sync/src/pds_details.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@
1111
from exceptions.id_sync_exception import IdSyncException
1212
from os_vars import get_pds_env
1313

14-
# Just adding a comment
1514
pds_env = get_pds_env()
16-
safe_tmp_dir = tempfile.mkdtemp(dir="/tmp") # NOSONAR
15+
safe_tmp_dir = tempfile.mkdtemp(dir="/tmp")
1716

1817

1918
# Get Patient details from external service PDS using NHS number from MNS notification

0 commit comments

Comments
 (0)