We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69a9e10 commit f95c43cCopy full SHA for f95c43c
resources/examples/pyppmsconf.py
@@ -1,10 +1,10 @@
1
"""Configuration settings to be imported by pyppms."""
2
3
# the URL of the PUMAPI to talk to:
4
-PUMAPI_URL = 'https://ppms.eu/pythonfacility/pumapi/'
+PUMAPI_URL = "https://ppms.eu/pythonfacility/pumapi/"
5
6
# API key with appropriate permissions to run the desired commands in PPMS:
7
-PPMS_API_KEY = 'abcdefghijklmnopqrstuvwxyzABCDEF'
+PPMS_API_KEY = "abcdefghijklmnopqrstuvwxyzABCDEF"
8
9
# requests timeout in seconds (default=10)
10
TIMEOUT = 10
@@ -15,4 +15,4 @@
15
16
# TESTING ONLY: path to mocked responses (either relative to the repository root or an
17
# absolute path)
18
-MOCKS_PATH = 'tests/mocked_responses'
+MOCKS_PATH = "tests/mocked_responses"
0 commit comments