betodealmeida commented on a change in pull request #17409:
URL: https://github.com/apache/superset/pull/17409#discussion_r747799195



##########
File path: superset/config.py
##########
@@ -409,12 +410,13 @@ def _try_json_readsha(filepath: str, length: int) -> 
Optional[str]:
     # This could cause the server to run out of memory or compute.
     "ALLOW_FULL_CSV_EXPORT": False,
     "UX_BETA": False,
+    "SCREENSHOTS_USE_RETINA_HIRES": False

Review comment:
       Nit, trailing comma:
   
   ```suggestion
       "SCREENSHOTS_USE_RETINA_HIRES": False,
   ```




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