Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

Commit 42f245e

Browse files
viorel.sfeteaviorel.sfetea
authored andcommitted
Update import order, packages are now ordered lexicographically
1 parent 3984a5c commit 42f245e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/src/mapreduce/base_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
# pylint: disable=g-import-not-at-top
2323

2424
import httplib
25+
import importlib
2526
import logging
2627
import pkgutil
27-
import importlib
2828

2929
try:
3030
import json

0 commit comments

Comments
 (0)