Skip to content

Commit

Permalink
refactor: remove unused SearchManager.classes property
Browse files Browse the repository at this point in the history
  • Loading branch information
jpvanhal committed Feb 19, 2024
1 parent e793b9c commit 0cd5962
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sqlalchemy_searchable/__init__.py
Expand Up @@ -216,7 +216,6 @@ def __init__(self, options={}):
self.options = self.default_options
self.options.update(options)
self.processed_columns = []
self.classes = set()
self.listeners = []

def option(self, column, name):
Expand Down

0 comments on commit 0cd5962

Please sign in to comment.