Skip to content

Commit a4a2e03

Browse files
committed
Fix linter issue.
1 parent 917d340 commit a4a2e03

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
@@ -220,10 +220,6 @@ def _get_ordering(self):
220220
def collection_name(self):
221221
return self.query.get_meta().db_table
222222

223-
@cached_property
224-
def collection_name(self):
225-
return self.query.get_meta().db_table
226-
227223
def get_collection(self):
228224
return self.connection.get_collection(self.collection_name)
229225

0 commit comments

Comments
 (0)