Refactoring: use "{}" for creating an empty dictionary
This is the most concise and Pythonic way to create a dictionary.
See for reference: https://docs.sourcery.ai/Reference/Python/Default-Rules/dict-literal/
Hi all, Gitlab will be set in maintenance mode on Friday 29/11/2024 from 08:45 AM CET with the intention of finishing by the 10:45 PM CET of Friday 29/11/2024
This is the most concise and Pythonic way to create a dictionary.
See for reference: https://docs.sourcery.ai/Reference/Python/Default-Rules/dict-literal/