PEP 0: Remove unneeded import (#3341)
This commit is contained in:
parent
3550731898
commit
52b311ff8b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue