Skip to content
Snippets Groups Projects

Try to lint

Closed Tammo Jan Dijkema requested to merge test_pipeline into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -3,6 +3,6 @@
from __future__ import annotations
def get_bla(my_input):
def get_bla(my_input: float) -> float:
"""Compute three times input"""
return my_input * 3
Loading