Update create_django_issue.py

This commit is contained in:
SantoraLOgfdfaf 2024-09-14 08:59:27 +02:00 committed by GitHub
parent 1f6b8b4791
commit b0e55cc256
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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