[processing] don't use function annotations as this breaks build on

systems with Python < 3.3 (fix #18961)
This commit is contained in:
Alexander Bruy 2018-05-16 14:41:46 +03:00
parent c1acc29929
commit 1783394b6b

View File

@ -414,7 +414,7 @@ class GdalUtils:
return listFile
@staticmethod
def gdal_crs_string(crs: QgsCoordinateReferenceSystem) -> str:
def gdal_crs_string(crs):
"""
Converts a QgsCoordinateReferenceSystem to a string understandable
by GDAL