Skip to content

Commit 86ec210

Browse files
committed
fix compile error, stemming from earlier lint fix :)
1 parent af04cd7 commit 86ec210

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

detectors/node/opentelemetry-resource-detector-container/src/detectors/ContainerDetector.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,8 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
import {
17-
ResourceDetectionConfig,
18-
ResourceDetector,
19-
DetectedResource,
20-
} from '@opentelemetry/resources';
2116

17+
import { ResourceDetector, DetectedResource } from '@opentelemetry/resources';
2218
import { SEMRESATTRS_CONTAINER_ID } from '@opentelemetry/semantic-conventions';
2319

2420
import * as fs from 'fs';

0 commit comments

Comments
 (0)