15027: Cleans up unused imports.
[arvados-workbench2.git] / src / validators / is-float.tsx
index 9bde5f949e67b9be0c2b0d846098363a3bcbaa74..5cbfb8378b079bc54c85f63c289e7fcb07bcd093 100644 (file)
@@ -2,7 +2,7 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import { isInteger, isNumber } from 'lodash';
+import { isNumber } from 'lodash';
 
 const ERROR_MESSAGE = 'This field must be a float';