Skip to content

Commit

Permalink
style: Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Feb 13, 2022
1 parent f2122d7 commit fa0a7c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/mkdocstrings_handlers/python/collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
It collects data with [Griffe](https://github.com/pawamoy/griffe).
"""

from __future__ import annotations

from collections import ChainMap

from griffe.agents.extensions import load_extensions
Expand Down Expand Up @@ -34,7 +36,7 @@ class PythonCollector(BaseCollector):
fallback_config: dict = {"fallback": True}

def __init__(self) -> None:
"""Initialize the object."""
"""Initialize the collector."""
self._modules_collection: ModulesCollection = ModulesCollection()
self._lines_collection: LinesCollection = LinesCollection()

Expand Down

0 comments on commit fa0a7c0

Please sign in to comment.