Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
Signed-off-by: Marc 'risson' Schmitt <[email protected]>
  • Loading branch information
rissson committed Jun 13, 2024
1 parent 40f5e3c commit 933e280
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions authentik/admin/api/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@ def get_runtime(self, request: Request) -> RuntimeDict:
"authentik_version": get_full_version(),
"environment": get_env(),
"openssl_fips_enabled": (
backend._fips_enabled
if LicenseKey.get_total().is_valid()
else None
backend._fips_enabled if LicenseKey.get_total().is_valid() else None
),
"openssl_version": OPENSSL_VERSION,
"platform": platform.platform(),
Expand Down

0 comments on commit 933e280

Please sign in to comment.