chore: remove unnecessary deps (#15787)

* chore: remove unneeded deps

* fix lint

* Run compile
This commit is contained in:
Beto Dealmeida
2021-07-21 16:53:45 -07:00
committed by GitHub
parent e66db63333
commit 3441182630
11 changed files with 91 additions and 57 deletions

View File

@@ -15,9 +15,9 @@
# specific language governing permissions and limitations
# under the License.
import logging
from contextlib import contextmanager
from typing import Iterator
from contextlib2 import contextmanager
from sqlalchemy import create_engine
from sqlalchemy.exc import SQLAlchemyError
from sqlalchemy.orm import Session, sessionmaker