Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
francoishernandez committed Jan 28, 2025
1 parent 4766b0e commit a46a148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eole/config/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ def default_architecture(cls, data: Any) -> Any:

@model_validator(mode="after")
def _validate_vision_transformer(self):
assert not(self.add_estimator), "Estimator layer not supported in Vision Transformer"
assert not (self.add_estimator), "Estimator layer not supported in Vision Transformer"
return self

@property
Expand Down

0 comments on commit a46a148

Please sign in to comment.