Skip to content

Commit

Permalink
update the way gdal is imported
Browse files Browse the repository at this point in the history
  • Loading branch information
daleroberts committed Apr 20, 2021
1 parent 3d3575b commit e3da3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"""
import numpy as np
import shutil
import gdal
import sys
import os
import re

from urllib.request import urlopen, URLError
from osgeo import gdal
from uuid import uuid4

gdal.UseExceptions()
Expand Down

0 comments on commit e3da3ba

Please sign in to comment.