Skip to content

Commit

Permalink
L #-: Lint fix (#3263)
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Hansson <vhansson@opennebula.io>
  • Loading branch information
vichansson authored Oct 10, 2024
1 parent b379fb9 commit c6d9a45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c6d9a45

Please sign in to comment.