mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
flake8
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
This script can be used to retrieve Zendesk tickets.
|
||||
This can be run locally if you set the ZENDESK_API_KEY. Or the script can be run from a flask shell from a ssh session.
|
||||
"""
|
||||
# flake8: noqa: T001 (print)
|
||||
|
||||
import os
|
||||
import requests
|
||||
import urllib.parse
|
||||
@@ -137,4 +139,3 @@ def get_tickets_with_description():
|
||||
'Tags': row.get('tags', '')
|
||||
})
|
||||
next_page = data["next_page"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user