gdal package needs to import the 'os' module (#22731)

* 'gdal+java' build needs to import the 'os' module (line 191).

* Make style-check happy.
This commit is contained in:
Amiya Maji 2021-04-01 19:52:04 -04:00 committed by GitHub
parent c89fa98b16
commit 73a4a5d394
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,8 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
import os
class Gdal(AutotoolsPackage):
"""GDAL (Geospatial Data Abstraction Library) is a translator library for