We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 784427b commit d72c8a0Copy full SHA for d72c8a0
src/apify/_configuration.py
@@ -370,7 +370,7 @@ def get_global_configuration(cls) -> Configuration:
370
"""Retrieve the global instance of the configuration.
371
372
Mostly for the backwards compatibility. It is recommended to use the `service_locator.get_configuration()`
373
- instead.
+ instead. Dummy change that should not fail in CI.
374
"""
375
return cls()
376
0 commit comments