updated and cleaned

This commit is contained in:
2025-03-24 13:36:14 +03:00
parent 713730420c
commit 22876d250d
26 changed files with 161 additions and 98 deletions

View File

@@ -1,4 +1,5 @@
"""Utility functions for getting line numbers and file locations."""
from inspect import currentframe, getframeinfo, stack

View File

@@ -1,5 +1,3 @@
class SelectorsBase:
@classmethod
def add_confirmed_filter(cls, first_table, second_table) -> tuple: