Skip to content

Commit b1feec9

Browse files
committed
chore: updated types deps
1 parent d74fbee commit b1feec9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

app/platforms/implementations/openeo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from dotenv import load_dotenv
99

1010
from app.platforms.base import BaseProcessingPlatform
11-
from app.platforms.dispatcher import register_platform
11+
from app.platforms.dispatcher import register_platform
1212
from app.schemas.enum import ProcessTypeEnum, ProcessingStatusEnum
1313
from app.schemas.unit_job import ServiceDetails
1414

mypy.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[mypy-openeo]
2+
ignore_missing_imports = True

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ pytest-cov
1717
python-dotenv
1818
requests
1919
SQLAlchemy
20-
types-shapely
20+
types-requests
21+
types-shapely

0 commit comments

Comments
 (0)