Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def to_string(self):
return '# Changelog\n\n\n' + '\n\n'.join(map(Version.to_string,
self.versions))
def to_string(self):
return '# Changelog\n\n\n' + '\n\n'.join(map(Version.to_string,
self.versions))