Refactor: Removed un-necessary object base class (#32230)

* Refactored to remove un-necessary object base class.

* small fix.
This commit is contained in:
Sai-Suraj-27
2024-07-26 14:03:02 +05:30
committed by GitHub
parent 1c7ebf1d6e
commit b8e5cd5396
56 changed files with 89 additions and 89 deletions

View File

@@ -34,7 +34,7 @@ if is_tf_available():
from transformers.models.lxmert.modeling_tf_lxmert import TFLxmertForPreTraining, TFLxmertModel
class TFLxmertModelTester(object):
class TFLxmertModelTester:
def __init__(
self,
parent,