Fixed PEP E501

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2022-05-02 22:41:36 +03:00
parent 5f720dc082
commit 3b2b857df3

View file

@ -96,5 +96,6 @@ def it_self_update():
subprocess.call("sh install.sh", shell=True)
else:
print(f"\n{_meta_.__all__}: There is no new version, already used the last!\n")
raise SystemExit()
print(f"\n{_meta_.__all__}: There is no new version, "
"already used the last!\n")
raise SystemExit()