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

@ -5,8 +5,8 @@
# SPDX-License-Identifier: MIT
"""Parse PyCalVer strings from files."""
import logging
import typing as typ
import logging
from . import patterns