Refactor: Resolve W605 Invalid escape sequence 37/68937/2
authorThanh Ha <zxiiro@gmail.com>
Tue, 5 Oct 2021 16:27:09 +0000 (12:27 -0400)
committerThanh Ha <zxiiro@gmail.com>
Tue, 5 Oct 2021 19:18:32 +0000 (15:18 -0400)
commit3d18b950e0597a11f27059f5268dc605c0e089bd
treeaaafed4d9e3ba6aae53eed6722be13a89b62ea60
parent8c6774a5a43b3f56ae1e0c989e7391f43eb43ff5
Refactor: Resolve W605 Invalid escape sequence

W605 is deprecated and will become a syntax error in Python 3.8
(https://www.flake8rules.com/rules/W605.html).

Signed-off-by: Thanh Ha <zxiiro@gmail.com>
Change-Id: Ic2a51f089ef9d6fc45a3db5e96a8f5196d59f02c
lftools/cli/license.py
lftools/cli/nexus.py
lftools/license.py
lftools/nexus/release_docker_hub.py
lftools/nexus/util.py
tests/test_release_docker_hub.py