lint fix (if it's not one, it's the other)

This commit is contained in:
Manuel Barkhau 2021-05-13 18:57:00 +00:00
parent b1d6d5ede6
commit 9b9748a816

View file

@ -36,7 +36,7 @@ except ImportError:
pass # no need to fail because of missing dev dependency pass # no need to fail because of missing dev dependency
setattr(click, 'disable_unicode_literals_warning', True) # for click<8.0 click.disable_unicode_literals_warning = True # type: ignore[attr-defined]
logger = logging.getLogger("bumpver.cli") logger = logging.getLogger("bumpver.cli")