Skip to content

Commit f787878

Browse files
committed
Remove helper unused global var
1 parent bfbf042 commit f787878

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

recoverpy/lib/helper.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
from re import findall
33
from subprocess import DEVNULL, call, check_output
44

5-
_IGNORED_PARTITIONS_TYPES: tuple = (" loop ", "swap")
6-
75

86
def is_user_root() -> bool:
97
return geteuid() == 0

0 commit comments

Comments
 (0)