Skip to content

Commit

Permalink
Solve some lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-rr committed Dec 21, 2023
1 parent 6b4e76d commit e861d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Command } from '@oclif/core';
import { MetadataFromDocument, MetricMetadata, NewRelicSink, Recorder, Sink, StdOutSink } from '@smoya/asyncapi-adoption-metrics';
import { MetricMetadata, NewRelicSink, Recorder, Sink, StdOutSink } from '@smoya/asyncapi-adoption-metrics';
import { Parser } from '@asyncapi/parser';
import { Specification } from 'models/SpecificationFile';

Expand Down

0 comments on commit e861d33

Please sign in to comment.