Skip to content

Commit 1c9216f

Browse files
committed
Import order fix
1 parent 0f20b46 commit 1c9216f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pystac_monty/sources/desinventar.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import requests
1212
from geopandas import gpd
1313
from lxml import etree
14-
from pystac import Link, Collection
14+
from pystac import Collection, Link
1515
from pystac.item import Item
1616

1717
from pystac_monty.extension import (
@@ -242,7 +242,7 @@ def __init__(self, data_source: DesinventarDataSource) -> None:
242242

243243
self.impacts_collection_id = "desinventar-impacts"
244244
self.impacts_collection_url = "./monty-stac-extension/examples/desinventar-impacts/desinventar-impacts.json" # noqa: E501
245-
245+
246246
def get_event_collection(self) -> Collection:
247247
"""Get event collection"""
248248
with open(self.events_collection_url, "r", encoding="utf-8") as f:

0 commit comments

Comments
 (0)