Skip to content

Commit aa574e3

Browse files
Fix PEP8 styling error
Co-authored-by: Raphael Guzman <[email protected]>
1 parent 583c9e6 commit aa574e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datajoint/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def get_store_spec(self, store):
138138
spec_keys = { # REQUIRED in uppercase and allowed in lowercase
139139
'file': ('PROTOCOL', 'LOCATION', 'subfolding', 'stage'),
140140
's3': ('PROTOCOL', 'ENDPOINT', 'BUCKET', 'ACCESS_KEY', 'SECRET_KEY', 'LOCATION',
141-
'secure', 'subfolding', 'stage', 'proxy_server')}
141+
'secure', 'subfolding', 'stage', 'proxy_server')}
142142

143143
try:
144144
spec_keys = spec_keys[spec.get('protocol', '').lower()]

0 commit comments

Comments
 (0)