Skip to content

Commit

Permalink
fix: fixed the import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
antrikshmisri committed Jul 3, 2021
1 parent d4144b2 commit 27f2810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fury/ui/core.py
Expand Up @@ -3,7 +3,7 @@
__all__ = ["Rectangle2D", "Disk2D", "TextBlock2D"]

import abc
from fury.ui import Watcher
from fury.ui.helpers import Watcher
from warnings import warn

import numpy as np
Expand Down

0 comments on commit 27f2810

Please sign in to comment.