Skip to content

Commit bbfd2b6

Browse files
committed
Edits
1 parent fd08772 commit bbfd2b6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

django_mongodb_backend/expressions/builtins.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@ def col(self, compiler, connection, as_path=False): # noqa: ARG001
7474
return f"{prefix}{self.target.column}" if as_path else f"${prefix}{self.target.column}"
7575

7676

77-
def col_as_path(self, compiler, connection):
78-
return col(self, compiler, connection).lstrip("$")
79-
80-
8177
def col_pairs(self, compiler, connection):
8278
cols = self.get_cols()
8379
if len(cols) > 1:

0 commit comments

Comments
 (0)