Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 2, 2023
1 parent a0d153f commit 9e2871e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nemo/utils/decorators/experimental.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
__all__ = ['experimental']


from nemo.utils import logging
import wrapt

from nemo.utils import logging


@wrapt.decorator
def experimental(wrapped, instance, args, kwargs):
Expand Down

0 comments on commit 9e2871e

Please sign in to comment.