We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd5f46 commit 7aed626Copy full SHA for 7aed626
docassemble/GithubFeedbackForm/github_issue.py
@@ -1,7 +1,7 @@
1
import importlib
2
import json
3
import requests
4
-from typing import Dict, Optional, List, Union
+from typing import Dict, Optional, List, Union, Any
5
from urllib.parse import urlencode, quote_plus
6
from docassemble.base.util import log, get_config, interview_url
7
0 commit comments