Skip to content

Commit

Permalink
Remove python3.11 feature
Browse files Browse the repository at this point in the history
  • Loading branch information
nwiltsie committed Jul 30, 2024
1 parent 1e3461f commit 21ce1c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bumpchanges/changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import re

from pathlib import Path
from typing import ClassVar, Self
from typing import ClassVar
from dataclasses import dataclass, field

import mdformat
Expand Down Expand Up @@ -111,7 +111,7 @@ def blank_unreleased(cls):
return cls(version="Unreleased")

@classmethod
def from_tokens(cls, tokens) -> Self:
def from_tokens(cls, tokens):
"Parse a Version from a token stream."
# Open, content, close
if (
Expand Down

0 comments on commit 21ce1c3

Please sign in to comment.