Skip to content

Commit

Permalink
[#41] fix wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondng76 committed Dec 10, 2021
1 parent 9b8417b commit e290ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sgnlp/models/sentic_asgcn/modeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

import torch
import torch.nn as nn
from transformers import PreTrainedModel
from transformers.file_utils import ModelOutput
from transformers.utils.dummy_pt_objects import PreTrainedModel


@dataclass
Expand Down

0 comments on commit e290ba4

Please sign in to comment.