Ruby: Update import for file move

This commit is contained in:
Harry Maclean
2022-04-04 11:42:57 +12:00
parent 2feb4a48be
commit 6f9dc5eb7e

View File

@@ -13,7 +13,8 @@
import HostnameRegexpShared
import codeql.ruby.DataFlow
import codeql.ruby.security.performance.RegExpTreeView
import codeql.ruby.regexp.RegExpTreeView
import codeql.ruby.Regexp
/**
* Holds if `term` is a final term, that is, no term will match anything after this one.