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:
parent
c89fa98b16
commit
73a4a5d394
@ -3,6 +3,8 @@
|
|||||||
#
|
#
|
||||||
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
||||||
|
|
||||||
|
import os
|
||||||
|
|
||||||
|
|
||||||
class Gdal(AutotoolsPackage):
|
class Gdal(AutotoolsPackage):
|
||||||
"""GDAL (Geospatial Data Abstraction Library) is a translator library for
|
"""GDAL (Geospatial Data Abstraction Library) is a translator library for
|
||||||
|
Loading…
Reference in New Issue
Block a user