Skip to content

Commit

Permalink
fix typing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Jul 8, 2024
1 parent 32918a4 commit 14da92d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/check_compatibility_ilastik.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
import traceback
import warnings
from pathlib import Path
from typing import TYPE_CHECKING, Any, Literal
from typing import TYPE_CHECKING

import bioimageio.core
import requests
from ruyaml import Optional
from typing_extensions import Literal

if bioimageio.core.__version__.startswith("0.5."):
from bioimageio.core import test_resource as test_model
Expand Down

0 comments on commit 14da92d

Please sign in to comment.