1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

L #-: Lint fix (#3263)

Signed-off-by: Victor Hansson <vhansson@opennebula.io>
(cherry picked from commit c6d9a45ec544d600c59560c46e5f2a8d6dbc67bf)
This commit is contained in:
vichansson 2024-10-10 17:16:59 +03:00 committed by Tino Vázquez
parent b0ba87bac1
commit 0f8d43a4be

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and *
* limitations under the License. *
* ------------------------------------------------------------------------- */
import { number, string, boolean } from 'yup'
import { number, string } from 'yup'
import { HYPERVISORS, INPUT_TYPES, T } from 'client/constants'
import { Field, OPTION_SORTERS, arrayToOptions } from 'client/utils'