Skip to content

Commit

Permalink
apply black
Browse files Browse the repository at this point in the history
  • Loading branch information
dianagudu committed Jul 21, 2023
1 parent b8ee480 commit b69b76a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion flaat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ def _get_issuer_config(self, iss) -> Optional[IssuerConfig]:
def _find_issuer_config(
self, access_token, access_token_info: Optional[AccessTokenInfo], issuer_hint=""
) -> Optional[IssuerConfig]:

# Issuer hint provided by user
if issuer_hint != "":
iss_config = self._get_issuer_config(issuer_hint)
Expand Down
1 change: 1 addition & 0 deletions flaat/test_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def load_at(short_name: str, mandatory=False, min_valid_period=0, audience=None)
AUD_OIDC_AGENT_ACCOUNT = env_var("AUD_OIDC_AGENT_ACCOUNT", mandatory=False)
AUD_FLAAT_ISS = env_var("AUD_FLAAT_ISS", mandatory=False)


# List to parametrize framework tests
def get_status_kwargs_list():
return [
Expand Down

0 comments on commit b69b76a

Please sign in to comment.