diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-05-10 05:43:42 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-05-10 05:43:42 +0000 |
commit | f741a98baccae100fcfb40c017b5c35c5cba1b0c (patch) | |
tree | 685027bfa989c99583bd4980f437443bf270cec0 /modules/xlmr.py | |
parent | 96d6ca4199e7c5eee8d451618de5161cea317c40 (diff) | |
download | stable-diffusion-webui-gfx803-f741a98baccae100fcfb40c017b5c35c5cba1b0c.tar.gz stable-diffusion-webui-gfx803-f741a98baccae100fcfb40c017b5c35c5cba1b0c.tar.bz2 stable-diffusion-webui-gfx803-f741a98baccae100fcfb40c017b5c35c5cba1b0c.zip |
imports cleanup for ruff
Diffstat (limited to 'modules/xlmr.py')
-rw-r--r-- | modules/xlmr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/xlmr.py b/modules/xlmr.py index beab3fdf..e056c3f6 100644 --- a/modules/xlmr.py +++ b/modules/xlmr.py @@ -1,4 +1,4 @@ -from transformers import BertPreTrainedModel,BertModel,BertConfig +from transformers import BertPreTrainedModel, BertConfig import torch.nn as nn import torch from transformers.models.xlm_roberta.configuration_xlm_roberta import XLMRobertaConfig |