Remove unnecessary F821 noqas (#10123)

This commit is contained in:
Alex Waygood
2023-05-01 15:50:00 +01:00
committed by GitHub
parent 295a5c3e7a
commit 277532219f
4 changed files with 7 additions and 7 deletions

View File

@@ -20,16 +20,16 @@ django14_context: CryptContext
django16_context: CryptContext
django110_context: CryptContext
django21_context: CryptContext
django_context = django21_context # noqa: F821
django_context = django21_context
std_ldap_schemes: list[str]
ldap_nocrypt_context: CryptContext
ldap_context: CryptContext
mysql3_context: CryptContext
mysql4_context: CryptContext
mysql_context = mysql4_context # noqa: F821
mysql_context = mysql4_context
postgres_context: CryptContext
phpass_context: CryptContext
phpbb3_context: CryptContext
roundup10_context: CryptContext
roundup15_context: CryptContext
roundup_context = roundup15_context # noqa: F821
roundup_context = roundup15_context