Skip to content

Commit

Permalink
Make ruff happy
Browse files Browse the repository at this point in the history
  • Loading branch information
malexmave authored and twwd committed Oct 2, 2024
1 parent 5fb49ef commit 7fadaa1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions kcwarden/auditors/idp_auditor.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
)
from kcwarden.auditors.idp.identity_provider_with_one_time_sync import IdentityProviderWithOneTimeSync
from kcwarden.auditors.idp.oidc_identity_provider_without_pkce import OIDCIdentityProviderWithoutPKCE
from kcwarden.auditors.idp.identity_provider_with_signature_verification_disabled import IdentityProviderWithSignatureVerificationDisabled
from kcwarden.auditors.idp.identity_provider_with_signature_verification_disabled import (
IdentityProviderWithSignatureVerificationDisabled,
)

# TODO Refactor this bit out of here to get rid of this file.
# Idea: Rely on the auto-import logic that will be the basis for the plugin infrastructure?
Expand All @@ -13,5 +15,5 @@
OIDCIdentityProviderWithoutPKCE,
IdentityProviderWithOneTimeSync,
IdentityProviderWithMappersWithoutForceSyncMode,
IdentityProviderWithSignatureVerificationDisabled
IdentityProviderWithSignatureVerificationDisabled,
]

0 comments on commit 7fadaa1

Please sign in to comment.