Skip to content

Commit 1a79c41

Browse files
committed
Correction de l'import optionnel de gdal dans la lib storage
1 parent b1985d7 commit 1a79c41

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.2.2
1+
## 2.2.3
22

33
### [Changed]
44

src/rok4/storage.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@
5353
import botocore.exceptions
5454
import requests
5555

56-
from osgeo import gdal
57-
5856
# conditional import
5957

6058
try:

0 commit comments

Comments
 (0)