summaryrefslogtreecommitdiff
path: root/designate/backend/private_codes.py
diff options
context:
space:
mode:
authorMichael Johnson <johnsomor@gmail.com>2023-02-15 21:42:17 +0000
committerErik Olof Gunnar Andersson <eandersson@blizzard.com>2023-02-21 20:12:04 +0000
commit8910a2014be52808cb3f4a42953b2176e852d0ad (patch)
treea7f607b6d5f07dd6f231574b63a1d6949648f16c /designate/backend/private_codes.py
parentfbfb1b0dd80bbcc2a6d1f09259972657d66fd998 (diff)
downloaddesignate-8910a2014be52808cb3f4a42953b2176e852d0ad.tar.gz
Add hacking check for line continuation backslash16.0.0.0rc116.0.0
This patch adds a hacking check for line continuation backslashes and fixes the occurences that existed in the code. Change-Id: I1d1269de231f6e747248a9d816a1d64e3968c69b
Diffstat (limited to 'designate/backend/private_codes.py')
-rw-r--r--designate/backend/private_codes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/designate/backend/private_codes.py b/designate/backend/private_codes.py
index 1e1d83f7..8f88acb1 100644
--- a/designate/backend/private_codes.py
+++ b/designate/backend/private_codes.py
@@ -43,7 +43,7 @@ DELETE = 65283
# opcode 14 used in the Designate agent framework until the agent framework
# can be removed or fixed.
# [1] https://www.rfc-editor.org/rfc/rfc6895.html#section-2.2
-# [2] https://www.iana.org/assignments/dns-parameters/ \
+# [2] https://www.iana.org/assignments/dns-parameters/
# dns-parameters.xhtml#dns-parameters-5
#
# Based on dns.opcode.Opcode: