rusackas commented on code in PR #40695:
URL: https://github.com/apache/superset/pull/40695#discussion_r3391800617


##########
superset/migrations/versions/2026-06-02_10-00_f7a1c93e0b21_add_sessions_invalidated_at.py:
##########
@@ -0,0 +1,177 @@
+# Licensed to the Apache Software Foundation (ASF) under one

Review Comment:
   Same as the earlier thread on this file: this follows the standard Superset 
Alembic migration naming convention shared by all existing migration files 
(e.g. `2015-09-21_17-30_4e6a06bad7a8_init.py`). Alembic loads these by file 
path rather than importing them as Python modules, so the hyphenated date 
prefix is intentional and valid — PEP 8 module-name rules do not apply 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: [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