release: 0.2.2

This commit is contained in:
Romain Dorgueil
2017-04-28 08:04:48 +02:00
parent 9a3fa98723
commit bb5fc22f5e
21 changed files with 56 additions and 63 deletions

View File

@ -10,7 +10,7 @@ def generate_integers():
def square(i: int) -> int:
return i ** 2
return i**2
@contextual