Skip to content

Commit

Permalink
Fix a lint error (pulumi#1238)
Browse files Browse the repository at this point in the history
This seems to have crept in with
pulumi#1237.
  • Loading branch information
joeduffy committed Jun 18, 2022
1 parent 0906526 commit a2b49c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing-unit-ts-mocks-jest/resources.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2016-2022, Pulumi Corporation. All rights reserved.

import * as pulumi from "@pulumi/pulumi";
import * as aws from "@pulumi/aws";
import * as pulumi from "@pulumi/pulumi";

const fetch = require("node-fetch");

Expand Down

0 comments on commit a2b49c7

Please sign in to comment.