Skip to content

Commit

Permalink
refactor: see for #360, #433 feature
Browse files Browse the repository at this point in the history
  • Loading branch information
iromeo committed Oct 8, 2024
1 parent adea39e commit 73f18f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/kotlin/com/jetbrains/snakecharm/lang/psi/SmkFile.kt
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,9 @@ class SmkFile(viewProvider: FileViewProvider) : PyFileImpl(viewProvider, Snakema
return result
}

@Suppress("unused")
fun findPepfile(): SmkWorkflowArgsSection? {
// XXX: for #360, #433 feature
var pepfile: SmkWorkflowArgsSection? = null
acceptChildren(object : PyElementVisitor(), SmkElementVisitor {
override val pyElementVisitor: PyElementVisitor = this
Expand Down

0 comments on commit 73f18f3

Please sign in to comment.