Skip to content

Commit 82d4310

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datajoint/s3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def __init__(self, endpoint, bucket, access_key, secret_key, *, secure=False,
2525
access_key=access_key,
2626
secret_key=secret_key,
2727
secure=secure,
28-
http_client= (
28+
http_client=(
2929
urllib3.ProxyManager(proxy_server,
3030
timeout=urllib3.Timeout.DEFAULT_TIMEOUT,
3131
cert_reqs="CERT_REQUIRED",

0 commit comments

Comments
 (0)