Skip to content

Changed branches and tags data from Dict to DataClass #10936

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed unecessary import
  • Loading branch information
zx000097 committed Nov 30, 2023
commit 66651521adfede795274300ee2ecb3549ecaf6bb
1 change: 0 additions & 1 deletion readthedocs/rtd_tests/tests/test_sync_versions.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from unittest import mock
from dataclasses import dataclass

from django.conf import settings
from django.contrib.auth.models import User