This commit is contained in:
Manuel Barkhau 2020-05-25 07:46:30 +00:00
parent 4d8395050f
commit ce21c3bcf9
13 changed files with 23 additions and 25 deletions

View file

@ -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")