Skip to content

Commit ea0795e

Browse files
Update main.py for pylint
1 parent 91b67d9 commit ea0795e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ def get_dns_records_by_name(zones):
154154
return records
155155

156156

157-
# Fetches all DNS records that contain the comment key inside of the comment
158157
def get_dns_records_by_comment(zone_id, comment_key):
158+
""" Fetches all DNS records that contain the comment key inside of the comment """
159159
headers = {
160160
'Authorization': 'Bearer ' + CF_API_TOKEN,
161161
'Content-Type': 'application/json',

0 commit comments

Comments
 (0)