Skip to content

Commit 019d4f6

Browse files
committed
fixup! Update handler for mkdocstrings 0.28
1 parent 4bdc6f1 commit 019d4f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mkdocstrings_handlers/vba/_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def get_options(self, local_options: Mapping[str, Any]) -> Dict[str, Any]:
116116
The combined options.
117117
"""
118118
return deepcopy({**self.default_config, **local_options})
119-
119+
120120
def collect(
121121
self,
122122
identifier: str,

0 commit comments

Comments
 (0)