Skip to content

Commit

Permalink
Fix indentation errors in results_backends module
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Yolken committed Feb 4, 2017
1 parent ce50e6e commit b927ff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions superset/results_backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
from __future__ import unicode_literals

try:
import cPickle as pickle
import cPickle as pickle
except:
import pickle
import pickle

import logging
import StringIO
Expand Down

0 comments on commit b927ff6

Please sign in to comment.