Skip to content

Commit

Permalink
Organize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
wandering-tales committed Jan 21, 2018
1 parent ad11aea commit 6288eaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redmine2jira/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

from __future__ import absolute_import

import click

from functools import reduce
from itertools import chain
from operator import and_, or_, itemgetter

import click

from click_default_group import DefaultGroup
from redminelib import Redmine
from six import text_type
Expand Down

0 comments on commit 6288eaf

Please sign in to comment.