Skip to content

Commit

Permalink
removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Mickus Timothee committed Mar 12, 2024
1 parent c4f22d6 commit d67a570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mammoth/model_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
EncoderAdapterLayer,
DecoderAdapterLayer,
)
from mammoth.constants import ModelTask, DefaultTokens
from mammoth.constants import DefaultTokens
from mammoth.modules.layer_stack_decoder import LayerStackDecoder
from mammoth.modules.layer_stack_encoder import LayerStackEncoder
from mammoth.modules import Embeddings
Expand Down

0 comments on commit d67a570

Please sign in to comment.