mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-15 15:53:50 +01:00
cleanup bad naming
This commit is contained in:
parent
6660b3b815
commit
e70c45403c
6 changed files with 81 additions and 79 deletions
|
|
@ -6,12 +6,9 @@
|
|||
"""Parse PyCalVer strings from files."""
|
||||
|
||||
import typing as typ
|
||||
import logging
|
||||
|
||||
from . import patterns
|
||||
|
||||
log = logging.getLogger("pycalver.parse")
|
||||
|
||||
|
||||
class PatternMatch(typ.NamedTuple):
|
||||
"""Container to mark a version string in a file."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue