Skip to content

Commit 7aed626

Browse files
Fix typing import
1 parent bcd5f46 commit 7aed626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docassemble/GithubFeedbackForm/github_issue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import importlib
22
import json
33
import requests
4-
from typing import Dict, Optional, List, Union
4+
from typing import Dict, Optional, List, Union, Any
55
from urllib.parse import urlencode, quote_plus
66
from docassemble.base.util import log, get_config, interview_url
77

0 commit comments

Comments
 (0)