PEP8 x == True should be x is True
This commit is contained in:
		| @@ -66,7 +66,7 @@ class QuerySet(object): | ||||
|  | ||||
|         # If inheritance is allowed, only return instances and instances of | ||||
|         # subclasses of the class being used | ||||
|         if document._meta.get('allow_inheritance') == True: | ||||
|         if document._meta.get('allow_inheritance') is True: | ||||
|             self._initial_query = {"_cls": {"$in": self._document._subclasses}} | ||||
|             self._loaded_fields = QueryFieldList(always_include=['_cls']) | ||||
|         self._cursor_obj = None | ||||
|   | ||||
		Reference in New Issue
	
	Block a user