We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8a983f commit 54678aaCopy full SHA for 54678aa
mkdocs_git_committers_plugin_2/plugin.py
@@ -33,9 +33,9 @@ def __init__(self):
33
self.total_time = 0
34
self.branch = "master"
35
self.enabled = True
36
- self.authors = dict()
37
- self.cache_page_authors = dict()
38
- self.exclude = list()
+ self.authors = {}
+ self.cache_page_authors = {}
+ self.exclude = []
39
self.cache_date = ""
40
41
def on_config(self, config):
0 commit comments