PEP 0: Remove unneeded import (#3341)

This commit is contained in:
Adam Turner 2023-09-01 16:26:09 +01:00 committed by GitHub
parent 3550731898
commit 52b311ff8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ from __future__ import annotations
import dataclasses
from email.parser import HeaderParser
from pathlib import Path
import re
from pep_sphinx_extensions.pep_zero_generator.constants import ACTIVE_ALLOWED
from pep_sphinx_extensions.pep_zero_generator.constants import HIDE_STATUS