Skip to content

Commit bbeedba

Browse files
authored
Update dbms.py code format3
1 parent 26acdf4 commit bbeedba

File tree

1 file changed

+2
-3
lines changed
  • apps/beeswax/src/beeswax/server

1 file changed

+2
-3
lines changed

apps/beeswax/src/beeswax/server/dbms.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
1717

18+
import re
1819
import json
20+
import time
1921
import logging
20-
import re
2122
import threading
22-
import time
2323
from builtins import object
2424

2525
from django.core.cache import caches
@@ -1048,7 +1048,6 @@ def create_table_as_a_select(self, request, query_history, target_database, targ
10481048
LOG.exception('Failed to drop table "%s" as well: %s' % (target_table, double_trouble))
10491049
raise ex
10501050

1051-
10521051
return query_history
10531052

10541053
def use(self, database, session=None):

0 commit comments

Comments
 (0)