mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	PEP fix
This commit is contained in:
		| @@ -68,9 +68,9 @@ def get_deleted_company(): | ||||
|         name='deleted', | ||||
|         email='deleted', | ||||
|         is_deleted=True, | ||||
|         is_customer = True, | ||||
|         is_supplier = True, | ||||
|         is_manufacturer = True | ||||
|         is_customer=True, | ||||
|         is_supplier=True, | ||||
|         is_manufacturer=True | ||||
|     )[0] | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user