From 266cf0a6a4397732ebdd0e21646ccc041c8b74f5 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Sun, 4 Dec 2022 11:30:40 -0300 Subject: [PATCH] [KiKit Present] Removed `click` import, unused - Also added author and license --- kibot/PcbDraw/README.md | 2 +- kibot/PcbDraw/present.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/kibot/PcbDraw/README.md b/kibot/PcbDraw/README.md index 77063b14..ccd0be93 100644 --- a/kibot/PcbDraw/README.md +++ b/kibot/PcbDraw/README.md @@ -197,4 +197,4 @@ No current changes This file comes from KiKit, but it has too much in common with `populate.py`. -- Removed click import (unused) +- Removed `click` import, unused diff --git a/kibot/PcbDraw/present.py b/kibot/PcbDraw/present.py index 1b57ae4b..cb1423d4 100644 --- a/kibot/PcbDraw/present.py +++ b/kibot/PcbDraw/present.py @@ -1,4 +1,5 @@ -import click +# Author: Jan Mrázek +# License: MIT from pathlib import Path import sys import os