diff --git a/conf/python/templates/VersionChecker.st b/conf/python/templates/VersionChecker.st index 91f8a3b7a6a..46d3c23c68e 100644 --- a/conf/python/templates/VersionChecker.st +++ b/conf/python/templates/VersionChecker.st @@ -18,14 +18,14 @@ class VersionChecker(object): """ - Maintains the compatible server version against which the drive is writtena + Maintains the compatible server version against which the drive is writtena NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually. """ _compatible_version = "$apiVersion$" - @classmethod - def getCompatibleVersion(cls): - """ - Gets the version against which the library code was written - """ - return cls._compatible_version + @classmethod + def getCompatibleVersion(cls): + """ + Gets the version against which the library code was written + """ + return cls._compatible_version \ No newline at end of file