Skip to content

Commit 754bb25

Browse files
authored
Import: fix session (#11997)
missed this one, looks like we don't have test for this code...
1 parent a1fd6ca commit 754bb25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/projects/views/private.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ def show_config_step(wizard):
350350
)
351351
for relation in remote_repository_relations:
352352
service = GitHubService(relation.user, relation.account)
353-
session = service.get_session()
353+
session = service.session
354354

355355
for yaml in [
356356
".readthedocs.yaml",

0 commit comments

Comments
 (0)