Skip to content

Commit 9805a03

Browse files
committed
Make flake8 happy
1 parent 4aab9a4 commit 9805a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activestorage/reductionist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def get_session(username: str, password: str,
2626
session = requests.Session()
2727
session.verify = cacert or False
2828
if username is None and password is None:
29-
return session
29+
return session
3030
session.auth = (username, password)
3131
return session
3232

0 commit comments

Comments
 (0)