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

Skip to content

Commit 07e4fe7

Browse files
Update utils.py
1 parent f831867 commit 07e4fe7

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 from io import BytesIO as mod_cstringio
22+
from io import BytesIO as mod_cstringio
2323

2424
ONE_DEGREE = 1000. * 10000.8 / 90.
2525

0 commit comments

Comments
 (0)