Skip to content

Commit

Permalink
Import: fix session (#11997)
Browse files Browse the repository at this point in the history
missed this one, looks like we don't have test for this code...
  • Loading branch information
stsewd authored Feb 17, 2025
1 parent a1fd6ca commit 754bb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/projects/views/private.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def show_config_step(wizard):
)
for relation in remote_repository_relations:
service = GitHubService(relation.user, relation.account)
session = service.get_session()
session = service.session

for yaml in [
".readthedocs.yaml",
Expand Down

0 comments on commit 754bb25

Please sign in to comment.