Skip to content

Commit

Permalink
Remove spurious doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
flipbit03 committed Aug 27, 2023
1 parent 7a0365f commit 6e53896
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sqlalchemy_easy_softdelete/handler/rewriter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ def __init__(
"""
"""List of table names that should be ignored from soft-deletion"""

# Get the global SQLAlchemy Registry

self.ignored_tables = ignored_tables or []
self.deleted_field_name = deleted_field_name
self.disable_soft_delete_option_name = disable_soft_delete_option_name
Expand Down

0 comments on commit 6e53896

Please sign in to comment.