mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	PEP fixes
This commit is contained in:
		| @@ -469,7 +469,7 @@ class PluginSettingsApiTest(InvenTreeAPITestCase): | ||||
|         """List installed plugins via API""" | ||||
|         url = reverse('api-plugin-list') | ||||
|  | ||||
|         response = self.get(url, expected_code=200) | ||||
|         self.get(url, expected_code=200) | ||||
|  | ||||
|     def test_api_list(self): | ||||
|         """Test list URL""" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user