Skip to content

Commit

Permalink
typing
Browse files Browse the repository at this point in the history
  • Loading branch information
VeckoTheGecko committed Nov 29, 2024
1 parent e6024d9 commit 91e3bbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions parcels/tools/global_statics.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
import sys
from pathlib import Path
from tempfile import gettempdir
from typing import Literal

USER_ID: int | Literal["tmp"]
try:
from os import getuid

Expand Down

0 comments on commit 91e3bbe

Please sign in to comment.