Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arendjr committed Oct 31, 2023
1 parent a11274a commit 93cedfd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import {
} from "$otel/sdk-metrics";

import { amLogger } from "../../mod.ts";
import { fetch } from "./fetch.ts";
import { PrometheusSerializer } from "../exporter-prometheus/PrometheusSerializer.ts";
import { fetch } from "./fetch.ts";
import type { InitOptions } from "./mod.ts";

const serializer = new PrometheusSerializer();
Expand Down

0 comments on commit 93cedfd

Please sign in to comment.