mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 07:05:41 +00:00 
			
		
		
		
	PEP fix
This commit is contained in:
		@@ -169,6 +169,7 @@ class PartDetail(generics.RetrieveUpdateAPIView):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        return self.serializer_class(*args, **kwargs)
 | 
					        return self.serializer_class(*args, **kwargs)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class PartList(generics.ListCreateAPIView):
 | 
					class PartList(generics.ListCreateAPIView):
 | 
				
			||||||
    """ API endpoint for accessing a list of Part objects
 | 
					    """ API endpoint for accessing a list of Part objects
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user