mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed flake8 warning.
This commit is contained in:
		| @@ -358,7 +358,7 @@ class QuerySet(object): | |||||||
|         if self.query.can_filter(): |         if self.query.can_filter(): | ||||||
|             clone = clone.order_by() |             clone = clone.order_by() | ||||||
|         if (not clone.query.select_for_update or |         if (not clone.query.select_for_update or | ||||||
|             connections[self.db].features.supports_select_for_update_with_limit): |                 connections[self.db].features.supports_select_for_update_with_limit): | ||||||
|             clone = clone[:MAX_GET_RESULTS + 1] |             clone = clone[:MAX_GET_RESULTS + 1] | ||||||
|         num = len(clone) |         num = len(clone) | ||||||
|         if num == 1: |         if num == 1: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user