Skip to content

Commit 28e7b00

Browse files
committed
lint code duh
1 parent 1bd515d commit 28e7b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stac_fastapi/elasticsearch/stac_fastapi/elasticsearch/database_logic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import asyncio
33
import logging
44
from base64 import urlsafe_b64decode, urlsafe_b64encode
5-
from typing import Dict, List, Optional, Tuple, Type, Union, Any, Iterable
5+
from typing import Any, Dict, Iterable, List, Optional, Tuple, Type, Union
66

77
import attr
88
import elasticsearch

0 commit comments

Comments
 (0)