Commit 15567a6
committed
remove "os" import
os.Getppid() is an alias for syscall.Getppid(), which was
already imported, so use it directly instead of the alias.
Signed-off-by: Sebastiaan van Stijn <[email protected]>1 parent 109353e commit 15567a6
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
38 | | - | |
| 37 | + | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
0 commit comments