fix __all__
This commit is contained in:
parent
87cdf5f86b
commit
b764c72d6d
@ -8,7 +8,7 @@ from io import StringIO
|
|||||||
from typing import Any, Optional, IO, Type, Hashable
|
from typing import Any, Optional, IO, Type, Hashable
|
||||||
|
|
||||||
|
|
||||||
__all__ = ('KVRequest', 'KVJson', 'DbConnection', 'DbFactory',)
|
__all__ = ('KVRequest', 'KVJson', 'DbConnection', 'DbFactory', 'Db', )
|
||||||
|
|
||||||
|
|
||||||
class Request:
|
class Request:
|
||||||
|
Loading…
Reference in New Issue
Block a user