summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorFly me to the moon <git@bigly.dog>2020-06-28 15:54:22 -0700
committerFly me to the moon <git@bigly.dog>2020-06-28 15:54:22 -0700
commit9d81511956a693bc9404d6da5c74209b17a4479e (patch)
tree65e6ee3cc43d6a21fb773dba531d9c0656c74565 /ci
parent940f2e0a544ec4a2d9e639c5149077bb50332702 (diff)
remove unused import
Diffstat (limited to 'ci')
-rwxr-xr-xci/release.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/release.py b/ci/release.py
index e4537c3..ee950ff 100755
--- a/ci/release.py
+++ b/ci/release.py
@@ -6,7 +6,7 @@ from hashlib import sha256
from os import chdir, environ, getcwd
from os.path import abspath, dirname, isdir, join
from subprocess import run
-from typing import Any, Callable, Dict, List
+from typing import Any, Callable, Dict
from jinja2 import Environment, FileSystemLoader, StrictUndefined
from toml import load as load_toml