Skip to content

Commit d29ef51

Browse files
committed
typing
1 parent 9f9e0e0 commit d29ef51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

parcels/tools/global_statics.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
import sys
44
from pathlib import Path
55
from tempfile import gettempdir
6+
from typing import Literal
67

8+
USER_ID: int | Literal["tmp"]
79
try:
810
from os import getuid
911

0 commit comments

Comments
 (0)