mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
lint fix (if it's not one, it's the other)
This commit is contained in:
parent
b1d6d5ede6
commit
9b9748a816
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ except ImportError:
|
|||
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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue