Remove unused import; Lint fix (#6039)

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
This commit is contained in:
Adam R 2021-03-23 16:33:59 +01:00 committed by GitHub
parent 1d3d7eaa91
commit 2d771a60b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,3 @@
import { readJsonFile } from "../generic/json";
import { TagValues } from "../tags-config";
export function isValidTagValue(value: string): boolean {