remove return statement

This commit is contained in:
onyx-and-iris 2025-04-29 18:57:54 +01:00
parent 7d36af1a15
commit 4b359cbfc0

View File

@ -14,7 +14,6 @@ def make_man():
version = __version__
target_dir = './man'
write_man_pages(name, cli, version=version, target_dir=target_dir)
return
if __name__ == '__main__':