aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/project/ci/cmake.py
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-13 21:59:36 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-13 21:59:36 +0300
commitff3492ae4752d9b53cadc9d89f4fcb7df5c7afe7 (patch)
tree22810f99e09501786d1c786fa88b8f6901503597 /project/ci/cmake.py
parentproject.ci: hide the --hint parameter (diff)
downloadcmake-common-ff3492ae4752d9b53cadc9d89f4fcb7df5c7afe7.tar.gz
cmake-common-ff3492ae4752d9b53cadc9d89f4fcb7df5c7afe7.zip
fix PyLint warnings
Diffstat (limited to '')
-rw-r--r--project/ci/cmake.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/project/ci/cmake.py b/project/ci/cmake.py
index 1f3dab8..dbe31f6 100644
--- a/project/ci/cmake.py
+++ b/project/ci/cmake.py
@@ -4,7 +4,6 @@
# Distributed under the MIT License.
import argparse
-import logging
import os.path
import sys