Fix spacing for linter

This commit is contained in:
Margaret Fero 2024-03-02 17:31:16 -08:00
parent 9fa09d5ebe
commit 91fe4ad535

View file

@ -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