Skip to content

Commit

Permalink
fix: remove verbosity import from __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong committed Sep 18, 2024
1 parent 845a48c commit bcde696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ivy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ class Node(str):
)
from . import wrappers
from . import func_wrapper
from .utils import assertions, exceptions, verbosity
from .utils import assertions, exceptions
from .utils.backend import handler
from . import functional
from .functional import *
Expand Down

0 comments on commit bcde696

Please sign in to comment.