Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
zackverham committed Sep 12, 2024
1 parent 20324d1 commit 2b875a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/posit/connect/oauth/associations.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""OAuth association resources."""

from os import walk
from typing import List

from ..resources import Resource, ResourceParameters, Resources
Expand Down Expand Up @@ -75,7 +74,7 @@ def delete(self) -> None:
)
url = self.params.url + path
self.params.session.put(url, json=data)

def update(self, integration_guid: str) -> None:
"""Set integration associations."""
data = [{"oauth_integration_guid": integration_guid}]
Expand Down

0 comments on commit 2b875a0

Please sign in to comment.