From 0a4fdcbb5fe3b33a276d2ab54a1e68db0fe24fd4 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 4 Mar 2022 11:03:36 +1100 Subject: Cleanup: unused Python variables & imports --- doc/manpage/blender.1.py | 1 - 1 file changed, 1 deletion(-) (limited to 'doc') diff --git a/doc/manpage/blender.1.py b/doc/manpage/blender.1.py index 325b4c2653b..640b00b0c00 100755 --- a/doc/manpage/blender.1.py +++ b/doc/manpage/blender.1.py @@ -16,7 +16,6 @@ and is where to write the generated man page. import argparse import os import subprocess -import sys import time from typing import ( -- cgit v1.2.3