From ff3492ae4752d9b53cadc9d89f4fcb7df5c7afe7 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 13 Apr 2021 21:59:36 +0300 Subject: fix PyLint warnings --- project/ci/cmake.py | 1 - 1 file changed, 1 deletion(-) (limited to 'project/ci/cmake.py') 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 -- cgit v1.2.3