skorotkov commented on code in PR #12055:
URL: https://github.com/apache/ignite/pull/12055#discussion_r2095066515


##########
modules/ducktests/tests/ignitetest/utils/version.py:
##########
@@ -116,7 +116,12 @@ def __repr__(self):
 V_2_16_0 = IgniteVersion("2.16.0")
 LATEST_2_16 = V_2_16_0
 
+# 2.17.x versions
+V_2_17_0 = IgniteVersion("2.17.0")
+LATEST_2_17 = V_2_17_0
+
+

Review Comment:
   Empty line is not needed here.



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to