Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
KedoKudo committed Sep 19, 2024
1 parent 683e02e commit 50d64c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imars3d/backend/util/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import logging
import multiprocessing
import resource
from typing import Union
from typing import Optional, Union


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 50d64c7

Please sign in to comment.