Skip to content

Commit 714bb94

Browse files
committed
Fix linter issue.
1 parent 95d3c91 commit 714bb94

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

django_mongodb/compiler.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,6 @@ def _get_ordering(self):
224224
def collection_name(self):
225225
return self.query.get_meta().db_table
226226

227-
@cached_property
228-
def collection_name(self):
229-
return self.query.get_meta().db_table
230-
231227
def get_collection(self):
232228
return self.connection.get_collection(self.collection_name)
233229

0 commit comments

Comments
 (0)