Skip to content

Commit

Permalink
Remove _all from passlib allowlist
Browse files Browse the repository at this point in the history
Since python/mypy#14217 is merged
  • Loading branch information
kbaikov committed Dec 2, 2024
1 parent f7c6acd commit fe901b4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions stubs/passlib/@tests/stubtest_allowlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@ passlib.utils.handlers.GenericHandler.setting_kwds
passlib.utils.handlers.HasManyIdents.ident
passlib.utils.handlers.HasRounds.rounds

# Errors in `__all__` at runtime:
# TODO: change after https://github.com/python/mypy/pull/14217 is released
passlib.handlers.oracle.__all__
passlib.handlers.oracle.oracle11g
passlib.handlers.oracle.oracle10g
passlib.handlers.mysql.__all__
passlib.handlers.mysql.mysq41

# Compat tools are ignored:
passlib.utils.compat.*

Expand Down

0 comments on commit fe901b4

Please sign in to comment.