remove unused imports, variables and commented code in helpers

This commit is contained in:
smilerz
2023-09-13 09:29:48 -05:00
parent 6dacd44f1f
commit aba7f8db5c
7 changed files with 25 additions and 34 deletions

View File

@@ -1,6 +1,3 @@
import cookbook.helper.dal
from cookbook.helper.AllAuthCustomAdapter import AllAuthCustomAdapter
__all__ = [
'dal',
]