Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeSeren committed Apr 2, 2018
1 parent 45154c2 commit 6b76a90
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions afew/MailMover.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# SPDX-License-Identifier: ISC
# Copyright (c) dtk <[email protected]>

import notmuch
import logging
import os
import logging
import shutil
import sys
from subprocess import check_call, CalledProcessError

from .Database import Database
from .utils import get_message_summary
from datetime import date, datetime, timedelta
import uuid
import notmuch
from .Database import Database
from .utils import get_message_summary


class MailMover(Database):
Expand Down

0 comments on commit 6b76a90

Please sign in to comment.