« get me outta code hell

data: various import / unused cleanup - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/things/artist.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-11-26 21:46:14 -0400
committer(quasar) nebula <qznebula@protonmail.com>2025-11-26 21:46:14 -0400
commite4b56ce4ee3e32f0425672836af714d3e3d9912c (patch)
tree0ef5e3d7b07a9f1d4f7fa3f8ae4d51469d7b4d53 /src/data/things/artist.js
parentef1ec90608dc4a8cffbff2488ae3491a9efa7349 (diff)
data: various import / unused cleanup
Diffstat (limited to 'src/data/things/artist.js')
-rw-r--r--src/data/things/artist.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/data/things/artist.js b/src/data/things/artist.js
index 5e65e37d..41d8504c 100644
--- a/src/data/things/artist.js
+++ b/src/data/things/artist.js
@@ -5,10 +5,7 @@ import {inspect} from 'node:util';
 import CacheableObject from '#cacheable-object';
 import {colors} from '#cli';
 import {input} from '#composite';
-import {stitchArrays} from '#sugar';
 import Thing from '#thing';
-import {validateArrayItems} from '#validators';
-import {getKebabCase} from '#wiki-data';
 import {parseArtistAliases, parseArtwork} from '#yaml';
 
 import {
@@ -31,7 +28,6 @@ import {
   flag,
   name,
   reverseReferenceList,
-  singleReference,
   soupyFind,
   soupyReverse,
   thing,