Skip to content

Commit 7b69810

Browse files
committed
fix: import order
1 parent 709aa32 commit 7b69810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stac_fastapi/geoparquet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import tomllib
21
from contextlib import asynccontextmanager
32
from pathlib import Path
43
from typing import Any, AsyncIterator, TypedDict
54

5+
import tomllib
66
from fastapi import FastAPI
77
from stacrs import DuckdbClient
88

0 commit comments

Comments
 (0)