Skip to content

Commit

Permalink
no cover for line only run by pydantic v1
Browse files Browse the repository at this point in the history
  • Loading branch information
enadeau committed Jul 30, 2023
1 parent 99ff712 commit 1d27372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastapi_azure_auth/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def scopes_to_list(cls, v: object) -> object:
"""
if isinstance(v, str):
return v.split(' ')
return v
return v # pragma: no cover


class User(Claims):
Expand Down

0 comments on commit 1d27372

Please sign in to comment.