File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
python/ql/lib/semmle/python/frameworks Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ module FabricV2 {
113
113
* library.
114
114
*/
115
115
abstract class Instance extends API:: Node {
116
- override string toString ( ) { result = "a fabric connection instance" }
116
+ override string toString ( ) { result = this . ( API :: Node ) . toString ( ) }
117
117
}
118
118
119
119
/**
@@ -188,9 +188,6 @@ module FabricV2 {
188
188
module Tasks {
189
189
/** Gets a reference to the `fabric.tasks.task` decorator. */
190
190
API:: Node task ( ) { result in [ tasks ( ) .getMember ( "task" ) , fabric ( ) .getMember ( "task" ) ] }
191
-
192
- /** Gets a reference to the `fabric.tasks.task` decorator. */
193
- API:: Node test ( ) { result in [ tasks ( ) .getMember ( "task" ) , fabric ( ) .getMember ( "task" ) ] }
194
191
}
195
192
196
193
class FabricTaskFirstParamConnectionInstance extends Fabric:: Connection:: ConnectionClass:: Instance
You can’t perform that action at this time.
0 commit comments