From d39b3522abecbb111505b205a5c58c8d22023056 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 12 Feb 2023 21:22:30 +0100 Subject: [PATCH] Remove unnecessary import. --- update-docs.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/update-docs.py b/update-docs.py index 6f4fef8..17a431b 100755 --- a/update-docs.py +++ b/update-docs.py @@ -9,8 +9,6 @@ Updates DOCUMENTATION of modules using module_utils._api_data with the correct list of supported paths. ''' -import os - from plugins.module_utils._api_data import ( PATHS, join_path,