Skip to content

Commit 21ce1c3

Browse files
committed
Remove python3.11 feature
1 parent 1e3461f commit 21ce1c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bumpchanges/changelog.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import re
66

77
from pathlib import Path
8-
from typing import ClassVar, Self
8+
from typing import ClassVar
99
from dataclasses import dataclass, field
1010

1111
import mdformat
@@ -111,7 +111,7 @@ def blank_unreleased(cls):
111111
return cls(version="Unreleased")
112112

113113
@classmethod
114-
def from_tokens(cls, tokens) -> Self:
114+
def from_tokens(cls, tokens):
115115
"Parse a Version from a token stream."
116116
# Open, content, close
117117
if (

0 commit comments

Comments
 (0)