kaxil commented on a change in pull request #11135:
URL: https://github.com/apache/airflow/pull/11135#discussion_r494553811
##########
File path: airflow/providers/salesforce/operators/tableau_refresh_workbook.py
##########
@@ -14,7 +14,7 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-from typing import Optional
+from typing import Optional, Any, Dict
Review comment:
Do we need this imports, looks like Any and Dict are not used in this
file
##########
File path: airflow/providers/salesforce/operators/tableau_refresh_workbook.py
##########
@@ -14,7 +14,7 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-from typing import Optional
+from typing import Optional, Any, Dict
Review comment:
Do we need these imports, looks like Any and Dict are not used in this
file
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]