Skip to content

Commit

Permalink
chore(Detekt): Remove an unneeded suppression
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
  • Loading branch information
sschuberth committed Mar 9, 2023
1 parent 5c3ed31 commit 968a136
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/package-managers/python/src/main/kotlin/Pip.kt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ private val PYTHON_VERSIONS = listOf("2.7", "3.6", "3.7", "3.8", "3.9", OPTION_P
* "windows". Defaults to "linux".
* - *pythonVersion*: The Python version to resolve dependencies for. Defaults to "3.10".
*/
@Suppress("TooManyFunctions")
class Pip(
name: String,
analysisRoot: File,
Expand Down

0 comments on commit 968a136

Please sign in to comment.