deps: open-api generator (#6655)
* deps: open-api generator * fix: unused sed/replace
This commit is contained in:
+4
-4
@@ -41,10 +41,10 @@ class CLIPConfig {
|
||||
|
||||
@override
|
||||
bool operator ==(Object other) => identical(this, other) || other is CLIPConfig &&
|
||||
other.enabled == enabled &&
|
||||
other.mode == mode &&
|
||||
other.modelName == modelName &&
|
||||
other.modelType == modelType;
|
||||
other.enabled == enabled &&
|
||||
other.mode == mode &&
|
||||
other.modelName == modelName &&
|
||||
other.modelType == modelType;
|
||||
|
||||
@override
|
||||
int get hashCode =>
|
||||
|
||||
Reference in New Issue
Block a user