Skip to content

Commit

Permalink
Update import order, packages are now ordered lexicographically
Browse files Browse the repository at this point in the history
  • Loading branch information
viorel.sfetea authored and viorel.sfetea committed Feb 19, 2016
1 parent 3984a5c commit 42f245e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/mapreduce/base_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
# pylint: disable=g-import-not-at-top

import httplib
import importlib
import logging
import pkgutil
import importlib

try:
import json
Expand Down

0 comments on commit 42f245e

Please sign in to comment.