mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-06-07 08:18:50 +00:00
Add extra space required by linter
This commit is contained in:
parent
eadb0e640f
commit
9fa09d5ebe
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ from typing import Optional, TypedDict, Any, Callable, Union, Iterator
|
||||||
from urllib.parse import quote_plus
|
from urllib.parse import quote_plus
|
||||||
|
|
||||||
# pylint: disable-next=deprecated-module
|
# pylint: disable-next=deprecated-module
|
||||||
import imghdr # Deprecated in 3.11 for removal in 3.13; no good alternative yet
|
import imghdr # Deprecated in 3.11 for removal in 3.13; no good alternative yet
|
||||||
import logging
|
import logging
|
||||||
import re
|
import re
|
||||||
import asyncio
|
import asyncio
|
||||||
|
|
Loading…
Reference in a new issue