We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4740c3 commit e3eb6d0Copy full SHA for e3eb6d0
tarantool/dbapi.py
@@ -4,6 +4,7 @@
4
.. _PEP-249: http://www.python.org/dev/peps/pep-0249/
5
"""
6
# pylint: disable=fixme,unused-import
7
+# flake8: noqa: F401
8
9
from tarantool.connection import Connection as BaseConnection
10
from tarantool.error import (
0 commit comments