Skip to content

Commit

Permalink
(Running pre-commit) Reorder imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
wting committed Jul 20, 2017
1 parent e7aebe6 commit 0e4d15a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/autojump
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"""
from __future__ import print_function

import os
import sys
from itertools import chain
from math import sqrt
from operator import attrgetter
from operator import itemgetter
import os
import sys

if sys.version_info[0] == 3:
ifilter = filter
Expand Down

0 comments on commit 0e4d15a

Please sign in to comment.