eumiro commented on code in PR #33130:
URL: https://github.com/apache/airflow/pull/33130#discussion_r1284973599


##########
tests/providers/amazon/aws/hooks/test_batch_waiters.py:
##########
@@ -85,15 +85,15 @@ def test_default_config(self):
         assert config["version"] == 2
         assert isinstance(config["waiters"], dict)
 
-        waiters = list(sorted(config["waiters"].keys()))
+        waiters = sorted(config["waiters"].keys())

Review Comment:
   There are lots of unneeded `.keys()` in the code. Will add a new commit.  



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

Reply via email to