Skip to content

Commit

Permalink
Apply isort and black reformatting
Browse files Browse the repository at this point in the history
Signed-off-by: akoumpa <akoumpa@users.noreply.github.com>
  • Loading branch information
akoumpa committed Jun 12, 2024
1 parent a97fbdd commit 1fbbe4a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nemo/collections/nlp/modules/common/tokenizer_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
try:
from nemo.collections.nlp.modules.common.megatron.megatron_utils import get_megatron_tokenizer

from nemo.collections.nlp.modules.common.megatron.megatron_utils import get_megatron_tokenizer

HAVE_MEGATRON_CORE = True

except (ImportError, ModuleNotFoundError):
Expand Down

0 comments on commit 1fbbe4a

Please sign in to comment.