summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-09-04 19:13:53 -0400
committerGitHub <noreply@github.com>2019-09-04 19:13:53 -0400
commite66d7bae1cdf753d4106980fa35305a8375cb73a (patch)
treeaf969600f2c0256a62f4211cefa1132e50be63ee /src
parent68754208c1fae976c71747fe87d8ab558922cd3f (diff)
ci: Migrate CI from Azure Pipelines to GitHub Actions (#233)
Migrated CI from Azure Pipelines to GitHub Actions. Until the release process is figured out in Actions, we'll stick to using Azure pipelines for releases.
Diffstat (limited to 'src')
-rw-r--r--src/modules/python.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/python.rs b/src/modules/python.rs
index d465e6da5..e12511633 100644
--- a/src/modules/python.rs
+++ b/src/modules/python.rs
@@ -4,8 +4,6 @@ use std::process::Command;
use ansi_term::Color;
-use crate::config::Config;
-
use super::{Context, Module};
/// Creates a module with the current Python version