Skip to content

Commit

Permalink
回滚mysql.py
Browse files Browse the repository at this point in the history
  • Loading branch information
feiazifeiazi committed Sep 19, 2024
1 parent 9ac87d0 commit bdb9feb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions sql/engines/mysql.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
from schemaobject.connection import build_database_url

from sql.engines.goinception import GoInceptionEngine
from sql.utils.sql_utils import (
get_syntax_type,
remove_comments,
)
from sql.utils.sql_utils import get_syntax_type, remove_comments
from . import EngineBase
from .models import ResultSet, ReviewResult, ReviewSet
from sql.utils.data_masking import data_masking
Expand Down

0 comments on commit bdb9feb

Please sign in to comment.