Skip to content

Conversation

@lukaszsocha2
Copy link
Contributor

No description provided.

@lukaszsocha2
Copy link
Contributor Author

Some changes in manual files were required to pass pylint check due to upgrade from Python 3.6 to 3.8 (they modify rules with every new version)

@@ -1,28 +0,0 @@
# A GitHub action that notifies the developer
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This workflow is triggered only on default branch, so there is no point in keeping it here

'client_id': client_id,
'client_secret': client_secret,
},
timeout=10,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you have to add timeout here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was required by pylint to specify timeout to every http request, otherwise it can last forever. It is consider as a good practice

@lukaszsocha2 lukaszsocha2 merged commit 8b76383 into combined-sdk Sep 15, 2025
16 checks passed
@lukaszsocha2 lukaszsocha2 deleted the adapt-build-for-combined-sdk branch September 15, 2025 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants