diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-01-11 20:28:56 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-01-11 20:28:56 -0400 |
commit | 4414c13ede869a6f7dec367c94824ad02c6b8ab1 (patch) | |
tree | 4a288e7c6c63528c8bca8d7ea7fe05133b406f7a /src/data/things/group.js | |
parent | dabed5eea43b888a44d4e0facae4f5bc04abfd4c (diff) |
data: misc eslint unused var fixes
Diffstat (limited to 'src/data/things/group.js')
-rw-r--r-- | src/data/things/group.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/data/things/group.js b/src/data/things/group.js index ffcc287c..8bc71931 100644 --- a/src/data/things/group.js +++ b/src/data/things/group.js @@ -1,7 +1,6 @@ export const GROUP_DATA_FILE = 'groups.yaml'; import {input} from '#composite'; -import find from '#find'; import Thing from '#thing'; import {parseAnnotatedReferences, parseSerieses} from '#yaml'; |