8000 fix: links are direct to asset by JacobCoffee · Pull Request #2593 · python/pythondotorg · GitHub
[go: up one dir, main page]

Skip to content

fix: links are direct to asset #2593

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

Merged
merged 8 commits into from
Oct 8, 2024
Merged
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
chore: remove unused imports
  • Loading branch information
JacobCoffee committed Oct 8, 2024
commit f827510c9b5e32097ae5195d5c150950a0a14256
5 changes: 1 addition & 4 deletions users/tests/test_views.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
import os
from pprint import pprint

from django.core.files.uploadedfile import SimpleUploadedFile
from model_bakery import baker
from django.conf import settings
from django.contrib.auth import get_user_model
from django.urls import reverse
from django.test import TestCase, override_settings
from django.test import TestCase

from sponsors.forms import SponsorUpdateForm, SponsorRequiredAssetsForm
from sponsors.models import Sponsorship, RequiredTextAssetConfiguration, SponsorBenefit
Expand Down
0