Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Mar 7, 2021
1 parent fee2599 commit da7001f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { error, getInput, info, setFailed } from '@actions/core'
import { getInput, info, setFailed } from '@actions/core'
import zulipInit from 'zulip-js'

const allNumericRegex = /^[0-9]+$/
Expand Down

0 comments on commit da7001f

Please sign in to comment.