mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-11-04 18:07:48 +03:00 
			
		
		
		
	Fixed lint errors
This commit is contained in:
		
							parent
							
								
									815f7528c5
								
							
						
					
					
						commit
						d8ab8fec34
					
				| 
						 | 
				
			
			@ -151,4 +151,5 @@ class IterableConnectionField(Field):
 | 
			
		|||
        resolver = super(IterableConnectionField, self).get_resolver(parent_resolver)
 | 
			
		||||
        return partial(self.connection_resolver, resolver, self.type)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
ConnectionField = IterableConnectionField
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -49,6 +49,7 @@ class Scalar(six.with_metaclass(ScalarTypeMeta, UnmountedType)):
 | 
			
		|||
        '''
 | 
			
		||||
        return cls
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# As per the GraphQL Spec, Integers are only treated as valid when a valid
 | 
			
		||||
# 32-bit signed integer, providing the broadest support across platforms.
 | 
			
		||||
#
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user