Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f831867

Browse files
Update utils.py
1 parent e24fbcb commit f831867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

srtm/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import logging as mod_logging
2020
import math as mod_math
2121
import zipfile as mod_zipfile
22-
import io.BytesIO as mod_cstringio
22+
import from io import BytesIO as mod_cstringio
2323

2424
ONE_DEGREE = 1000. * 10000.8 / 90.
2525

0 commit comments

Comments
 (0)