Skip to content

Commit

Permalink
🐛 fix from mypy import
Browse files Browse the repository at this point in the history
  • Loading branch information
snowykami committed Oct 19, 2024
1 parent 1bf1380 commit d5dd67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion croterline/process.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from multiprocessing import Process as _Process
from typing import Callable, Any

from mypy.nodes import TypeAlias
from typing import TypeAlias

from croterline.context import Context
from croterline.utils import IsMainProcess
Expand Down

0 comments on commit d5dd67b

Please sign in to comment.