Skip to content

Commit

Permalink
JSONFormatBear: Reorder imports
Browse files Browse the repository at this point in the history
Re-order imports in alphabetical order.
  • Loading branch information
meetmangukiya committed Sep 19, 2016
1 parent c48383d commit 4926dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bears/js/JSONFormatBear.py
@@ -1,13 +1,13 @@
import json
from collections import OrderedDict

from coala_utils.param_convertion import negate
from coalib.bearlib import deprecate_settings
from coalib.bearlib.spacing.SpacingHelper import SpacingHelper
from coalib.bears.LocalBear import LocalBear
from coalib.misc.Compatibility import JSONDecodeError
from coalib.results.Diff import Diff
from coalib.results.Result import Result
from coala_utils.param_convertion import negate


class JSONFormatBear(LocalBear):
Expand Down

0 comments on commit 4926dc0

Please sign in to comment.