mirror of
https://github.com/vale981/kindle_fetch
synced 2025-03-04 16:41: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 argparse
|
||||||
import asyncio
|
import asyncio
|
||||||
import logging
|
import logging
|
||||||
|
import quopri
|
||||||
import re
|
import re
|
||||||
import shutil
|
import shutil
|
||||||
import subprocess
|
import subprocess
|
||||||
|
@ -11,7 +12,7 @@ from collections import namedtuple
|
||||||
from dataclasses import dataclass
|
from dataclasses import dataclass
|
||||||
from email.parser import BytesHeaderParser, BytesParser
|
from email.parser import BytesHeaderParser, BytesParser
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
import quopri
|
|
||||||
from aioimaplib import aioimaplib
|
from aioimaplib import aioimaplib
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
Loading…
Add table
Reference in a new issue