fix __all__
This commit is contained in:
parent
4ffae0a1ab
commit
c201370f48
@ -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