Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
Gentux committed Feb 24, 2018
1 parent ed73644 commit cbd93f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imap_cli/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@


import codecs
import getpass
import itertools
import logging
import os
import getpass

from six.moves import configparser

Expand Down

0 comments on commit cbd93f0

Please sign in to comment.