mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
chore: remove unnecessary deps (#15787)
* chore: remove unneeded deps * fix lint * Run compile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user