From e66d7bae1cdf753d4106980fa35305a8375cb73a Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Wed, 4 Sep 2019 19:13:53 -0400 Subject: 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. --- src/modules/python.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.3