From 5da1d167c203395103d220c450e29fece08f4198 Mon Sep 17 00:00:00 2001 From: J08nY Date: Wed, 19 Feb 2020 18:29:53 +0100 Subject: Flesh out client, add implementation tests. --- pyecsca/codegen/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyecsca/codegen/common.py') diff --git a/pyecsca/codegen/common.py b/pyecsca/codegen/common.py index bd57ab6..917963e 100644 --- a/pyecsca/codegen/common.py +++ b/pyecsca/codegen/common.py @@ -105,4 +105,4 @@ def get_coords(ctx: click.Context, param, value: Optional[str]) -> Optional[Coor model.__class__.__name__)) coords = model.coordinates[value] ctx.obj["coords"] = coords - return coords \ No newline at end of file + return coords -- cgit v1.3.1