Skip to content

Commit 9856d5d

Browse files
committed
Fix built-in type constructor
1 parent 5c698d4 commit 9856d5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: mkdocs_git_committers_plugin_2/plugin.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ def __init__(self):
3333
self.total_time = 0
3434
self.branch = "master"
3535
self.enabled = True
36-
self.authors = dict()
37-
self.cache_page_authors = dict()
38-
self.exclude = list()
36+
self.authors = {}
37+
self.cache_page_authors = {}
38+
self.exclude = []
3939
self.cache_date = ""
4040

4141
def on_config(self, config):

0 commit comments

Comments
 (0)