mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-02-16 11:05:15 +00:00
Fix spacing for linter
This commit is contained in:
parent
9fa09d5ebe
commit
91fe4ad535
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
|
||||
|
||||
# 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 re
|
||||
import asyncio
|
||||
|
|
Loading…
Reference in a new issue