Skip to content

Commit

Permalink
Fix pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Oct 2, 2024
1 parent 6c32353 commit ad95ae9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def sign_in(self) -> Auth.contextmgr:
headers={"kid": self.connected_app_secret_id, "iss": self.connected_app_client_id},
)

tableau_auth = TSC.JWTAuth(jwt_token, site_id=self.site_name)
tableau_auth = TSC.JWTAuth(jwt_token, site_id=self.site_name) # pyright: ignore (reportAttributeAccessIssue)
return self._server.auth.sign_in(tableau_auth)

@staticmethod
Expand Down

0 comments on commit ad95ae9

Please sign in to comment.