refactor: [#8920] Minor import optimization

Signed-off-by: David Zemon <david@zemon.name>
This commit is contained in:
David Zemon
2022-01-21 09:51:14 -06:00
parent 723e5fc26a
commit 0e4f141661
@@ -29,7 +29,7 @@ import express from 'express';
import Router from 'express-promise-router';
import { validate } from 'jsonschema';
import { Logger } from 'winston';
import { CatalogEntityClient } from '../lib/catalog';
import { CatalogEntityClient, NunjucksFilter } from '../lib';
import {
createBuiltinActions,
DatabaseTaskStore,
@@ -41,7 +41,6 @@ import {
} from '../scaffolder';
import { StorageTaskBroker } from '../scaffolder/tasks/StorageTaskBroker';
import { getEntityBaseUrl, getWorkingDirectory } from './helpers';
import { NunjucksFilter } from '../lib/templating/SecureTemplater';
/**
* RouterOptions