From e73d19ff33018f13c8b1ce6c851d080966bd9ce4 Mon Sep 17 00:00:00 2001 From: vmagueta Date: Thu, 24 Oct 2024 17:45:57 -0300 Subject: [PATCH] Adicionado remove_symbols a lista __all__ --- brutils/__init__.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/brutils/__init__.py b/brutils/__init__.py index b336ebd1..ba830b05 100644 --- a/brutils/__init__.py +++ b/brutils/__init__.py @@ -31,7 +31,6 @@ # CPF Imports from brutils.cpf import ( format_cpf, - remove_symbols, remove_symbols_cpf, ) from brutils.cpf import ( @@ -40,6 +39,9 @@ from brutils.cpf import ( is_valid as is_valid_cpf, ) +from brutils.cpf import ( + remove_symbols as remove_symbols, +) # Email Import from brutils.email import is_valid as is_valid_email @@ -140,6 +142,7 @@ "generate_cpf", "is_valid_cpf", "remove_symbols_cpf", + "remove_symbols", # Email "is_valid_email", # Legal Process