Remove unused import

This commit is contained in:
Jeroen Engels 2024-04-07 17:46:58 +02:00
parent 955d2837de
commit 47f662db3e

View File

@ -1,7 +1,6 @@
module Review.FilePattern exposing (FilePattern, compact, exclude, excludeFolder, include, match)
import Glob exposing (Glob)
import Review.Rule exposing (globalError)