Skip to content

Conversation

@refuel-code-135
Copy link

@refuel-code-135 refuel-code-135 commented Nov 21, 2025

I think this is just a small mistake.
The intended field to check should be self.all_column.

    @property
    def has_all(self):
        return self.any_column is not None
✅      return self.all_column is not None

    @property
    def has_any(self):
        return self.any_column is not None

I believe this is simply a minor typo.
The intended field to check should be self.all_column.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant