Fixed code smell 'Remove duplicates string literals'.

This commit is contained in:
Pradip Parkale
2020-09-07 17:56:02 +05:30
committed by Akshay Joshi
parent 9ae9ccff16
commit 4da4a05611
4 changed files with 17 additions and 35 deletions

View File

@@ -40,3 +40,7 @@ DATATYPE_TIMESTAMP_WITHOUT_TIMEZONE = 'timestamp without time zone'
# Error Messages
ERROR_MSG_TRANS_ID_NOT_FOUND = gettext(
'Transaction ID not found in the session.')
# Role module constant
ERROR_FETCHING_ROLE_INFORMATION = gettext(
'Error fetching role information from the database server.')