john-bodley commented on code in PR #23997: URL: https://github.com/apache/superset/pull/23997#discussion_r1189231220
########## superset/config.py: ########## @@ -301,17 +301,6 @@ def _try_json_readsha(filepath: str, length: int) -> Optional[str]: # ex: http://localhost:8080/swagger/v1 FAB_API_SWAGGER_UI = True -# Druid query timezone -# tz.tzutc() : Using utc timezone -# tz.tzlocal() : Using local timezone -# tz.gettz('Asia/Shanghai') : Using the time zone with specific name -# [TimeZone List] -# See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones -# other tz can be overridden by providing a local_config -DRUID_TZ = tz.tzutc() Review Comment: These were all unused. -- 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]
