Fix trailing whitespace

This commit is contained in:
Mark Adamson
2023-10-31 21:58:14 +00:00
committed by GitHub
parent 7a0b4821df
commit 2b1ebd03ba
+1 -1
View File
@@ -239,7 +239,7 @@ class Project:
if self.sessions.get(source["name"]):
session = self.sessions[source["name"]]
else:
session = get_requests_session(
session = get_requests_session(
self.s.PIPENV_MAX_RETRIES,
source.get("verify_ssl", True),
cache_dir=self.s.PIPENV_CACHE_DIR,