mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-13 06:50:08 +01:00
make fmt
This commit is contained in:
parent
4d8395050f
commit
ce21c3bcf9
13 changed files with 23 additions and 25 deletions
|
|
@ -15,12 +15,11 @@ mercurial, then the git terms are used. For example "fetch"
|
|||
"""
|
||||
|
||||
import os
|
||||
import typing as typ
|
||||
import logging
|
||||
import tempfile
|
||||
import typing as typ
|
||||
import subprocess as sp
|
||||
|
||||
|
||||
log = logging.getLogger("pycalver.vcs")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue