Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Commit

Permalink
Sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackevansevo committed Apr 25, 2017
1 parent 2ec7b0e commit c690dd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions basic_utils/core.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import os

from itertools import chain
from collections import defaultdict
from operator import attrgetter
from functools import reduce, partial
from itertools import chain
from operator import attrgetter
from typing import List

from basic_utils.primitives import sentinel
Expand Down

0 comments on commit c690dd8

Please sign in to comment.