mirror of
https://github.com/vale981/kindle_fetch
synced 2025-03-04 08:31:38 -05:00
sort imports
This commit is contained in:
parent
5111e6e303
commit
594058558b
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
import argparse
|
||||
import asyncio
|
||||
import logging
|
||||
import quopri
|
||||
import re
|
||||
import shutil
|
||||
import subprocess
|
||||
|
@ -11,7 +12,7 @@ from collections import namedtuple
|
|||
from dataclasses import dataclass
|
||||
from email.parser import BytesHeaderParser, BytesParser
|
||||
from pathlib import Path
|
||||
import quopri
|
||||
|
||||
from aioimaplib import aioimaplib
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
|
Loading…
Add table
Reference in a new issue