Skip to content

Commit f95c43c

Browse files
committed
Formatting
1 parent 69a9e10 commit f95c43c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/examples/pyppmsconf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
"""Configuration settings to be imported by pyppms."""
22

33
# the URL of the PUMAPI to talk to:
4-
PUMAPI_URL = 'https://ppms.eu/pythonfacility/pumapi/'
4+
PUMAPI_URL = "https://ppms.eu/pythonfacility/pumapi/"
55

66
# API key with appropriate permissions to run the desired commands in PPMS:
7-
PPMS_API_KEY = 'abcdefghijklmnopqrstuvwxyzABCDEF'
7+
PPMS_API_KEY = "abcdefghijklmnopqrstuvwxyzABCDEF"
88

99
# requests timeout in seconds (default=10)
1010
TIMEOUT = 10
@@ -15,4 +15,4 @@
1515

1616
# TESTING ONLY: path to mocked responses (either relative to the repository root or an
1717
# absolute path)
18-
MOCKS_PATH = 'tests/mocked_responses'
18+
MOCKS_PATH = "tests/mocked_responses"

0 commit comments

Comments
 (0)