villebro commented on code in PR #20892:
URL: https://github.com/apache/superset/pull/20892#discussion_r973016585


##########
superset/tags/models.py:
##########
@@ -116,13 +119,15 @@ class ObjectUpdater:
 
     @classmethod
     def get_owners_ids(
-        cls, target: Union["Dashboard", "FavStar", "Slice"]
+        cls, target: Union["Dashboard", "FavStar", "Slice", "Query", 
"SqlaTable"]

Review Comment:
   Let's get rid of these quotation marks by doing the ol' `from __future__ 
import annotations`



-- 
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]

Reply via email to