Fix various __all__-related typos and omissions (#7378)

This commit is contained in:
Alex Waygood
2022-02-25 15:10:00 +02:00
committed by GitHub
parent f4b43daba0
commit d2ddda00cf
8 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ from types import TracebackType
from typing import Any, Callable, Iterable, Iterator, TextIO
from typing_extensions import Literal
__all__ = ["FTP", "error_reply", "error_temp", "error_perm", "error_proto", "all_errors"]
__all__ = ["FTP", "error_reply", "error_temp", "error_perm", "error_proto", "all_errors", "FTP_TLS"]
MSG_OOB: Literal[1]
FTP_PORT: Literal[21]