Skip to content

Commit 6661d2c

Browse files
author
Sergio García Prado
authored
Merge pull request #408 from minos-framework/0.7.0
0.7.0.dev2 (2)
2 parents a81c39a + d30ed3c commit 6661d2c

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)