Skip to content

Commit 8310118

Browse files
committed
lint:fix
1 parent 145c5d1 commit 8310118

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

detectors/node/opentelemetry-resource-detector-github/src/detectors/GitHubDetector.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
import {
18-
ResourceDetector,
19-
DetectedResource,
20-
} from '@opentelemetry/resources';
17+
import { ResourceDetector, DetectedResource } from '@opentelemetry/resources';
2118

2219
/**
2320
* The GitHubDetector can be used to detect GitHub Actions environment variables

0 commit comments

Comments
 (0)