Skip to content

Commit 1f86c69

Browse files
committed
Merge branch 'fixBug' of https://github.com/cgs-earth/RISE-EDR-Mappings into fixBug
2 parents ba421da + 7fbec34 commit 1f86c69

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rise/rise_edr.py

-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
# SPDX-License-Identifier: MIT
33

44
import logging
5-
from re import A
65
from typing import Any, ClassVar, Optional
7-
import requests
86

97
from pygeoapi.provider.base import (
108
ProviderQueryError,

rise/tests/test_provider.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,9 @@ def test_cube(edr_config: dict):
157157

158158
# Test the bermuda triangle. Spooky...
159159
# TODO: test this more thoroughly
160-
collection = p.area(wkt="POLYGON ((-64.8 32.3, -65.5 18.3, -80.3 25.2, -64.8 32.3))")
160+
collection = p.area(
161+
wkt="POLYGON ((-64.8 32.3, -65.5 18.3, -80.3 25.2, -64.8 32.3))"
162+
)
161163
assert collection
162164

163165

0 commit comments

Comments
 (0)