[KiKit Present] Removed `click` import, unused

- Also added author and license
This commit is contained in:
Salvador E. Tropea 2022-12-04 11:30:40 -03:00
parent 5cd508ac3b
commit 266cf0a6a4
2 changed files with 3 additions and 2 deletions

View File

@ -197,4 +197,4 @@ No current changes
This file comes from KiKit, but it has too much in common with `populate.py`. This file comes from KiKit, but it has too much in common with `populate.py`.
- Removed click import (unused) - Removed `click` import, unused

View File

@ -1,4 +1,5 @@
import click # Author: Jan Mrázek
# License: MIT
from pathlib import Path from pathlib import Path
import sys import sys
import os import os