Skip to content

Commit

Permalink
Adicionado remove_symbols a lista __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
vmagueta committed Oct 24, 2024
1 parent df82998 commit e73d19f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion brutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
# CPF Imports
from brutils.cpf import (
format_cpf,
remove_symbols,
remove_symbols_cpf,
)
from brutils.cpf import (
Expand All @@ -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
Expand Down Expand Up @@ -140,6 +142,7 @@
"generate_cpf",
"is_valid_cpf",
"remove_symbols_cpf",
"remove_symbols",
# Email
"is_valid_email",
# Legal Process
Expand Down

0 comments on commit e73d19f

Please sign in to comment.