Skip to content

Commit

Permalink
Add missing module-level docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasvana10 committed Jul 14, 2024
1 parent 49fe078 commit 0fa8901
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions xpuz/pdf.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Module implementing PDF export functionality."""

from typing import List

from cairo import (
Expand Down
2 changes: 1 addition & 1 deletion xpuz/td.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Custom types for type annotation in the source code of ."""
"""Custom types for type annotation in the source code of ``xpuz``."""

from typing import Dict, List, Tuple, Union

Expand Down
2 changes: 2 additions & 0 deletions xpuz/wrappers.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Wrappers to encapsulate classes."""

from json import load
from os import PathLike, listdir, path
from pprint import pformat
Expand Down

0 comments on commit 0fa8901

Please sign in to comment.