mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Refs #23919 -- Removed a stray object-inheritance.
Follow up to 081e787160.
			
			
This commit is contained in:
		| @@ -109,7 +109,7 @@ class DefaultLoggingTests(SetupDefaultLoggingMixin, LoggingCaptureMixin, SimpleT | ||||
|         self.assertEqual(self.logger_output.getvalue(), '') | ||||
|  | ||||
|  | ||||
| class LoggingAssertionMixin(object): | ||||
| class LoggingAssertionMixin: | ||||
|  | ||||
|     def assertLogsRequest(self, url, level, msg, status_code, logger='django.request', exc_class=None): | ||||
|         with self.assertLogs(logger, level) as cm: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user