Skip to content

Commit

Permalink
refactor: Remove top exports
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Nov 20, 2021
1 parent 7f9b805 commit cd76694
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/griffe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,3 @@
Extract the structure, the frame, the skeleton of your project,
to generate API documentation or find breaking changes in your API.
"""

from __future__ import annotations

__all__: list[str] = [] # noqa: WPS410 (the only __variable__ we use)

0 comments on commit cd76694

Please sign in to comment.