aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-03-24 18:15:50 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-03-24 18:15:50 +0300
commitce5cc11bb7bf63b894c27e46f58efa697289a3dd (patch)
treef6bff9b28c05f6e67bf0fdad5d72e26647ed281d
parentproject.ci: use same variable names for all CIs (diff)
downloadcmake-common-ce5cc11bb7bf63b894c27e46f58efa697289a3dd.tar.gz
cmake-common-ce5cc11bb7bf63b894c27e46f58efa697289a3dd.zip
fix PyLint warnings
-rw-r--r--project/ci/dirs.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/project/ci/dirs.py b/project/ci/dirs.py
index b743380..acd0717 100644
--- a/project/ci/dirs.py
+++ b/project/ci/dirs.py
@@ -10,7 +10,6 @@ import os.path
from project.boost.version import Version
from project.ci.appveyor.generator import Generator, Image
from project.configuration import Configuration
-import project.os
from project.platform import Platform
from project.toolchain import ToolchainType
from project.utils import env