Skip to content

Commit

Permalink
chore: remove unused Context import
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Sep 18, 2024
1 parent 89467bc commit ea1f555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/comment.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Probot, Context } from 'probot';
import { Probot } from 'probot';
import { probotRunner } from '../src/index';
import * as noteUtils from '../src/note-utils';
import { SEMANTIC_BUILD_PREFIX } from '../src/constants';
Expand Down

0 comments on commit ea1f555

Please sign in to comment.