We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abdb14d commit 98db664Copy full SHA for 98db664
transcriber/src/transcriber/transcriber_printer.py
@@ -1,3 +1,3 @@
1
class TranscriberPrinter:
2
def print(self) -> None:
3
- print("Transcriber printer")
+ print("Transcriber printer") # noqa: T201
0 commit comments