salesforce: Add missing typing import.

This commit is contained in:
Anders Kaseorg 2020-04-18 16:27:35 -07:00 committed by Tim Abbott
parent fe72f3b131
commit 7c5f73dce9

View file

@ -1,3 +1,5 @@
from typing import Any, Dict, List
link_query = 'SELECT {} FROM {} WHERE Id=\'{}\''
default_query = 'SELECT {} FROM {} WHERE Name LIKE \'%{}%\' LIMIT {}'