Skip to content

Commit

Permalink
Update addon_service/authorized_storage_account/models.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Walz <[email protected]>
  • Loading branch information
opaduchak and jwalz authored Jul 5, 2024
1 parent db7ecd4 commit edaab59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addon_service/authorized_storage_account/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ class AuthorizedStorageAccount(AddonsServiceBaseModel):
)

is_oauth1_ready = models.BooleanField(
"addon_service.OAuth2TokenMetadata",
null=True,
blank=True,
)
Expand Down

0 comments on commit edaab59

Please sign in to comment.