Skip to content
Snippets Groups Projects
Commit 6d403ffb authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fix for pypy 3.5

parent d0807669
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ def is_running_as_root() -> bool: ...@@ -29,7 +29,7 @@ def is_running_as_root() -> bool:
return os.geteuid() == 0 return os.geteuid() == 0
def suicide(kill_entire_pg: bool = True) -> tp.NoReturn: def suicide(kill_entire_pg: bool = True) -> None:
""" """
Kill self. Kill self.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment