forked from loafle/openapi-generator-original
Really fix indentation. Github browser-editor fail\!
This commit is contained in:
parent
6db5c15037
commit
404c5ab8c3
@ -18,14 +18,14 @@
|
|||||||
|
|
||||||
class VersionChecker(object):
|
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.
|
NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.
|
||||||
"""
|
"""
|
||||||
_compatible_version = "$apiVersion$"
|
_compatible_version = "$apiVersion$"
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def getCompatibleVersion(cls):
|
def getCompatibleVersion(cls):
|
||||||
"""
|
"""
|
||||||
Gets the version against which the library code was written
|
Gets the version against which the library code was written
|
||||||
"""
|
"""
|
||||||
return cls._compatible_version
|
return cls._compatible_version
|
Loading…
x
Reference in New Issue
Block a user