Skip to content

Commit a86713d

Browse files
style: use consistent double quotes
Co-Authored-By: Vojta Tuma <vojta.tuma@keboola.com>
1 parent b7d0443 commit a86713d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/component.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def _get_client(self, account_params: Account) -> OneDriveClient:
103103
last_error = e
104104
logging.warning(f"Refresh token failed: {e}")
105105
raise UserException(str(last_error)) if last_error else \
106-
UserException('Authentication failed, reauthorize the extractor in extractor configuration!')
106+
UserException("Authentication failed, reauthorize the extractor in extractor configuration!")
107107

108108
def _get_refresh_tokens(self) -> list[str]:
109109
state_file = self.get_state_file()

0 commit comments

Comments
 (0)