mirror of
https://github.com/apache/superset.git
synced 2026-06-04 15:19:25 +00:00
Fix indentation errors in results_backends module
This commit is contained in:
@@ -8,9 +8,9 @@ from __future__ import print_function
|
||||
from __future__ import unicode_literals
|
||||
|
||||
try:
|
||||
import cPickle as pickle
|
||||
import cPickle as pickle
|
||||
except:
|
||||
import pickle
|
||||
import pickle
|
||||
|
||||
import logging
|
||||
import StringIO
|
||||
|
||||
Reference in New Issue
Block a user