Skip to content

Commit

Permalink
use correct module name
Browse files Browse the repository at this point in the history
  • Loading branch information
kat-wicks committed Jun 18, 2024
1 parent 0a68bc6 commit 8dcf052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cleanlab_studio/errors.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from asyncio import Handle
import pathlib
from mypy import Union
from typing import Union


class HandledError(Exception):
Expand Down

0 comments on commit 8dcf052

Please sign in to comment.