rusackas commented on code in PR #41966: URL: https://github.com/apache/superset/pull/41966#discussion_r3618555941
########## tests/integration_tests/reports/commands_tests.py: ########## @@ -19,7 +19,7 @@ from datetime import datetime, timedelta, timezone from typing import Optional from unittest.mock import call, Mock, patch -from uuid import uuid4 +from uuid import UUID, uuid4 Review Comment: `uuid4` is used at line 422 for the `ReportExecutionLog.uuid` field, so this looks stale against the current diff. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
