From b0e55cc256d3f051991c34eed5bfabc8a955cf60 Mon Sep 17 00:00:00 2001 From: SantoraLOgfdfaf Date: Sat, 14 Sep 2024 08:59:27 +0200 Subject: [PATCH] Update create_django_issue.py --- scripts/create_django_issue.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/scripts/create_django_issue.py b/scripts/create_django_issue.py index 2e59f18b0..ea782d816 100644 --- a/scripts/create_django_issue.py +++ b/scripts/create_django_issue.py @@ -1,11 +1,5 @@ -""" -Creates an issue that generates a table for dependency checking whether -all packages support the latest Django version. "Latest" does not include -patches, only comparing major and minor version numbers. -This script handles when there are multiple Django versions that need -to keep up to date. -""" + from __future__ import annotations