Skip to content

Commit 60f9635

Browse files
committed
Ruby: Move import
1 parent c1207e0 commit 60f9635

File tree

1 file changed

+2
-1
lines changed
  • ruby/ql/lib/codeql/ruby/frameworks

1 file changed

+2
-1
lines changed

ruby/ql/lib/codeql/ruby/frameworks/Rack.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44

55
private import codeql.ruby.controlflow.CfgNodes::ExprNodes
66
private import codeql.ruby.DataFlow
7+
private import codeql.ruby.typetracking.TypeTracker
78

89
/**
910
* Provides modeling for the Rack library.
1011
*/
1112
module Rack {
12-
import codeql.ruby.typetracking.TypeTracker
13+
1314

1415
/**
1516
* A class that may be a rack application.

0 commit comments

Comments
 (0)