scaffolder: remove unused import in fetch:template

Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com>
This commit is contained in:
Mike Lewis
2021-07-06 15:42:22 +01:00
parent c22fc45ffa
commit b40370272b
@@ -14,7 +14,7 @@
* limitations under the License.
*/
import path, { resolve as resolvePath } from 'path';
import { resolve as resolvePath } from 'path';
import { resolveSafeChildPath, UrlReader } from '@backstage/backend-common';
import { InputError } from '@backstage/errors';
import { ScmIntegrations } from '@backstage/integration';