Pylinting

This commit is contained in:
2023-02-07 17:48:11 +02:00
parent 9ae6f60325
commit 1c4dfb99a0
14 changed files with 1935 additions and 1783 deletions

View File

@ -1,3 +1,4 @@
""" Common methods used in parsing """
def flatten(arr: list) -> list:
"""Flattens array"""
return (