You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2023/08/08 20:52:16 UTC

[libcloud] 01/02: Remove unused import.

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch apidocs_improvements
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit cb185f495e2216ac1e8e46e2df9563494463d483
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Tue Aug 8 22:43:05 2023 +0200

    Remove unused import.
---
 docs/conf.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index ea176d877..d3c94288c 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -16,7 +16,6 @@ import re
 import sys
 import glob
 import datetime
-import subprocess
 
 from sphinx.ext import apidoc
 from sphinx.domains.python import PythonDomain