Skip to content

Commit d30ed3c

Browse files
author
Sergio García Prado
committed
ISSUE #?
* Update docstring.
1 parent a81c39a commit d30ed3c

File tree

3 files changed

+6
-0
lines changed
  • packages/plugins

3 files changed

+6
-0
lines changed

packages/plugins/minos-database-lmdb/minos/plugins/lmdb/clients.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""This module contains the implementation of the lmdb client."""
2+
13
from __future__ import (
24
annotations,
35
)

packages/plugins/minos-discovery-kong/minos/plugins/kong/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""The kong plugin of the Minos Framework."""
2+
13
__author__ = "Minos Framework Devs"
24
__email__ = "[email protected]"
35
__version__ = "0.7.0.dev2"

packages/plugins/minos-router-graphql/minos/plugins/graphql/handlers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""This module contains the implementation of the graphql handler."""
2+
13
import logging
24
import traceback
35
from typing import (

0 commit comments

Comments
 (0)