Skip to content

Commit 97814f4

Browse files
committed
pre-commit
1 parent ad4032c commit 97814f4

File tree

1 file changed

+1
-1
lines changed
  • stac_fastapi/elasticsearch/stac_fastapi/elasticsearch

1 file changed

+1
-1
lines changed

stac_fastapi/elasticsearch/stac_fastapi/elasticsearch/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Item crud client."""
22
import logging
3-
from base64 import urlsafe_b64encode
43
import re
4+
from base64 import urlsafe_b64encode
55
from datetime import datetime as datetime_type
66
from datetime import timezone
77
from typing import Any, Dict, List, Optional, Set, Type, Union

0 commit comments

Comments
 (0)