Skip to content

Commit

Permalink
Removing unnecesary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Vagoasdf committed Dec 5, 2024
1 parent e83a24e commit 36a02af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fides/api/models/connectionconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ def authorized(self) -> bool:
return False

# hard-coding to avoid cyclic dependency
#TODO: Check what do they mean by cyclic dependency
if authentication.strategy not in ["oauth2_authorization_code", "oauth2_client_credentials"]:
return False

Expand Down

0 comments on commit 36a02af

Please sign in to comment.