Skip to content

Commit

Permalink
Update __all__
Browse files Browse the repository at this point in the history
Remove deprecated functions
  • Loading branch information
thombashi committed Jul 31, 2022
1 parent 523a4ed commit f6a6f3a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pathvalidate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
ValidReservedNameError,
)


__all__ = (
"__author__",
"__copyright__",
Expand All @@ -50,17 +51,14 @@
"replace_ansi_escape",
"replace_unprintable_char",
"unprintable_ascii_chars",
"validate_null_string",
"validate_pathtype",
"FileNameSanitizer",
"is_valid_filename",
"sanitize_filename",
"validate_filename",
"FilePathSanitizer",
"is_valid_filepath",
"sanitize_file_path",
"sanitize_filepath",
"validate_file_path",
"validate_filepath",
"sanitize_ltsv_label",
"validate_ltsv_label",
Expand Down

0 comments on commit f6a6f3a

Please sign in to comment.