mirror of
				https://github.com/github/octodns.git
				synced 2024-05-11 05:55:00 +00:00 
			
		
		
		
	Apply suggestions from code review
Co-Authored-By: Theo Julienne <theojulienne@github.com>
This commit is contained in:
		@@ -14,7 +14,7 @@ from .base import BaseProvider
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def _value_keyer(v):
 | 
			
		||||
    return '{}-{}-{}'.format(v.get('type', ''), v['name'], v.get('data', ''))
 | 
			
		||||
    return (v.get('type', ''), v['name'], v.get('data', ''))
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def add_trailing_dot(s):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user