Update stubs

This commit is contained in:
Trinh Anh Ngoc
2020-05-31 08:48:20 +07:00
parent f0899a7c8d
commit 476ea45ee0
61 changed files with 1700 additions and 0 deletions

View File

@@ -1,4 +1,7 @@
import psycopg2.extensions
from . import tools as tools
from .tools import pycompat as pycompat, ustr as ustr
from .tools.func import frame_codeinfo as frame_codeinfo
from typing import Any, Optional
_logger: Any