diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-05-27 13:47:04 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-05-27 19:12:25 -0300 |
commit | 3a4c45000885b776b6e3012e57199a35ad7c7e33 (patch) | |
tree | 15125b05c2b617172e001dd810d2dd675d893379 /src/gen-thumbs.js | |
parent | 3f06b3668374ad1f76f2bd9ca120101c9592da37 (diff) |
eslint: trivial fixes
Diffstat (limited to 'src/gen-thumbs.js')
-rw-r--r-- | src/gen-thumbs.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gen-thumbs.js b/src/gen-thumbs.js index 413829b2..d15a8040 100644 --- a/src/gen-thumbs.js +++ b/src/gen-thumbs.js @@ -162,7 +162,6 @@ import { import dimensionsOf from 'image-size'; -import CacheableObject from '#cacheable-object'; import {stringifyCache} from '#cli'; import {commandExists, isMain, promisifyProcess, traverse} from '#node-utils'; import {sortByName} from '#sort'; |